encryptionContext

@JvmName(name = "caaesegwckfedhpq")
suspend fun encryptionContext(value: Map<String, String>?)

Parameters

value

(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.


@JvmName(name = "wrtlfmlyfekusivk")
fun encryptionContext(vararg values: Pair<String, String>)

Parameters

values

(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.