GetPlaintextPlainArgs

data class GetPlaintextPlainArgs(val ciphertextBlob: String, val encryptionContext: Map<String, String>? = null) : ConvertibleToJava<GetPlaintextPlainArgs>

A collection of arguments for invoking getPlaintext.

Constructors

Link copied to clipboard
fun GetPlaintextPlainArgs(ciphertextBlob: String, encryptionContext: Map<String, String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GetPlaintextPlainArgs

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.