ImportTr34KeyBlock

Parameter information for key material import using the asymmetric TR-34 key exchange method.

Types

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

Properties

Link copied to clipboard

The KeyARN of the certificate chain that signs the signing key certificate during TR-34 key import.

Link copied to clipboard

The import token that initiates key import using the asymmetric TR-34 key exchange method into Amazon Web Services Payment Cryptography. It expires after 7 days. You can use the same import token to import multiple keys to the same service account.

Link copied to clipboard

The key block format to use during key import. The only value allowed is X9_TR34_2012.

Link copied to clipboard

A random number value that is unique to the TR-34 key block generated using 2 pass. The operation will fail, if a random nonce value is not provided for a TR-34 key block generated using 2 pass.

Link copied to clipboard

The public key component in PEM certificate format of the private key that signs the KDH TR-34 WrappedKeyBlock.

Link copied to clipboard

The TR-34 wrapped key block to import.

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