GetCiphertextPlainArgs

data class GetCiphertextPlainArgs(val encryptionContext: Map<String, String>? = null, val keyId: String, val plaintext: String) : ConvertibleToJava<GetCiphertextPlainArgs>

A collection of arguments for invoking getCiphertext.

Constructors

Link copied to clipboard
constructor(encryptionContext: Map<String, String>? = null, keyId: String, plaintext: String)

Properties

Link copied to clipboard

The Encryption context. If you specify this parameter here, it is also required when you call the Decrypt API operation. For more information, see Encryption Context.

Link copied to clipboard

The globally unique ID of the CMK.

Link copied to clipboard

The plaintext to be encrypted which must be encoded in Base64.

Functions

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