SymmetricEncryptionAttributes

Parameters requried to encrypt plaintext data using symmetric keys.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An input used to provide the intial state. If no value is provided, Amazon Web Services Payment Cryptography defaults it to zero.

Link copied to clipboard

The block cipher method to use for encryption.

Link copied to clipboard

The padding to be included with the data.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String