encryptionContext

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

Parameters

value

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.


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

Parameters

values

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.