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.
Constructors
Functions
Properties
Link copied to clipboard
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.