| 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.Decrypt |
CloudKMS.Projects.Locations.KeyRings.CryptoKeys.decrypt(java.lang.String name,
DecryptRequest content)
Decrypt data that was protected by Encrypt.
|
| Constructor and Description |
|---|
CloudKMS.Projects.Locations.KeyRings.CryptoKeys.Decrypt(java.lang.String name,
DecryptRequest content)
Decrypt data that was protected by Encrypt.
|
| Modifier and Type | Method and Description |
|---|---|
DecryptRequest |
DecryptRequest.clone() |
DecryptRequest |
DecryptRequest.encodeAdditionalAuthenticatedData(byte[] additionalAuthenticatedData)
Optional data that must match the data originally supplied in
EncryptRequest.additional_authenticated_data.
|
DecryptRequest |
DecryptRequest.encodeCiphertext(byte[] ciphertext)
Required.
|
DecryptRequest |
DecryptRequest.set(java.lang.String fieldName,
java.lang.Object value) |
DecryptRequest |
DecryptRequest.setAdditionalAuthenticatedData(java.lang.String additionalAuthenticatedData)
Optional data that must match the data originally supplied in
EncryptRequest.additional_authenticated_data.
|
DecryptRequest |
DecryptRequest.setCiphertext(java.lang.String ciphertext)
Required.
|