Key Attributes Args
data class KeyAttributesArgs(val keyAlgorithm: Output<KeyAlgorithm>, val keyClass: Output<KeyClass>, val keyModesOfUse: Output<KeyModesOfUseArgs>, val keyUsage: Output<KeyUsage>) : ConvertibleToJava<KeyAttributesArgs>
Constructors
Link copied to clipboard
constructor(keyAlgorithm: Output<KeyAlgorithm>, keyClass: Output<KeyClass>, keyModesOfUse: Output<KeyModesOfUseArgs>, keyUsage: Output<KeyUsage>)
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 list of cryptographic operations that you can perform using the key.