| Package | Description |
|---|---|
| com.google.api.services.cloudkms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
DecryptResponse |
DecryptResponse.clone() |
DecryptResponse |
DecryptResponse.encodePlaintext(byte[] plaintext)
The decrypted data originally supplied in EncryptRequest.plaintext.
|
DecryptResponse |
DecryptResponse.set(String fieldName,
Object value) |
DecryptResponse |
DecryptResponse.setPlaintext(String plaintext)
The decrypted data originally supplied in EncryptRequest.plaintext.
|
DecryptResponse |
DecryptResponse.setPlaintextCrc32c(Long plaintextCrc32c)
Integrity verification field.
|
DecryptResponse |
DecryptResponse.setProtectionLevel(String protectionLevel)
The ProtectionLevel of the CryptoKeyVersion used in decryption.
|
DecryptResponse |
DecryptResponse.setUsedPrimary(Boolean usedPrimary)
Whether the Decryption was performed using the primary key version.
|
Copyright © 2011–2022 Google. All rights reserved.