Get Plaintext Plain Args
data class GetPlaintextPlainArgs(val ciphertextBlob: String, val encryptionContext: Map<String, String>? = null) : ConvertibleToJava<GetPlaintextPlainArgs>
A collection of arguments for invoking getPlaintext.
Properties
Link copied to clipboard
The ciphertext to be decrypted.
Link copied to clipboard
(Optional) The Encryption context. If you specify this parameter in the Encrypt or GenerateDataKey API operation, it is also required when you call the Decrypt API operation. For more information, see Encryption Context.