KeyKeyAttributes

data class KeyKeyAttributes(val keyAlgorithm: String, val keyClass: String, val keyModesOfUse: KeyKeyAttributesKeyModesOfUse? = null, val keyUsage: String)

Constructors

Link copied to clipboard
constructor(keyAlgorithm: String, keyClass: String, keyModesOfUse: KeyKeyAttributesKeyModesOfUse? = null, keyUsage: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Key algorithm to be use during creation of an AWS Payment Cryptography key.

Link copied to clipboard

Type of AWS Payment Cryptography key to create.

Link copied to clipboard

List of cryptographic operations that you can perform using the key.

Link copied to clipboard

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