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
constructor(ciphertextBlob: String, encryptionContext: Map<String, String>? = null)

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.

Functions

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