| Package | Description |
|---|---|
| com.google.api.services.cloudkms.v1 | |
| com.google.api.services.cloudkms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CloudKMS.Projects.Locations.KeyRings.CryptoKeys.CryptoKeyVersions.MacSign |
CloudKMS.Projects.Locations.KeyRings.CryptoKeys.CryptoKeyVersions.macSign(String name,
MacSignRequest content)
Signs data using a CryptoKeyVersion with CryptoKey.purpose MAC, producing a tag that can be
verified by another source with the same key.
|
| Constructor and Description |
|---|
MacSign(String name,
MacSignRequest content)
Signs data using a CryptoKeyVersion with CryptoKey.purpose MAC, producing a tag that can be
verified by another source with the same key.
|
| Modifier and Type | Method and Description |
|---|---|
MacSignRequest |
MacSignRequest.clone() |
MacSignRequest |
MacSignRequest.encodeData(byte[] data)
Required.
|
MacSignRequest |
MacSignRequest.set(String fieldName,
Object value) |
MacSignRequest |
MacSignRequest.setData(String data)
Required.
|
MacSignRequest |
MacSignRequest.setDataCrc32c(Long dataCrc32c)
Optional.
|
Copyright © 2011–2022 Google. All rights reserved.