KeyAttributes

data class KeyAttributes(val keyAlgorithm: KeyAlgorithm, val keyClass: KeyClass, val keyModesOfUse: KeyModesOfUse, val keyUsage: KeyUsage)

Constructors

Link copied to clipboard
constructor(keyAlgorithm: KeyAlgorithm, keyClass: KeyClass, keyModesOfUse: KeyModesOfUse, keyUsage: KeyUsage)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The key algorithm to be use during creation of an AWS Payment Cryptography key. For symmetric keys, AWS Payment Cryptography supports AES and TDES algorithms. For asymmetric keys, AWS Payment Cryptography supports RSA and ECC_NIST algorithms.

Link copied to clipboard

The type of AWS Payment Cryptography key to create, which determines the classification of the cryptographic method and whether AWS Payment Cryptography key contains a symmetric key or an asymmetric key pair.

Link copied to clipboard

The list of cryptographic operations that you can perform using the key.

Link copied to clipboard

The cryptographic usage of an AWS Payment Cryptography key as defined in section A.5.2 of the TR-31 spec.