GetCipherTextPlainArgs

data class GetCipherTextPlainArgs(val context: 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(context: Map<String, String>? = null, keyId: String, plaintext: String)

Properties

Link copied to clipboard
val context: Map<String, String>? = null

An optional mapping that makes up the encryption context.

Link copied to clipboard

Globally unique key ID for the customer master key.

Link copied to clipboard

Data to be encrypted. Note that this may show up in logs, and it will be stored in the state file.

Functions

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