IncomingDiffieHellmanTr31KeyBlock

Parameter information of a TR31KeyBlock wrapped using an ECDH derived key.

Types

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

Properties

Link copied to clipboard

The keyArn of the certificate that signed the client's PublicKeyCertificate.

Link copied to clipboard

The shared information used when deriving a key using ECDH.

Link copied to clipboard

The key algorithm of the derived ECDH key.

Link copied to clipboard

The key derivation function to use for deriving a key using ECDH.

Link copied to clipboard

The hash type to use for deriving a key using ECDH.

Link copied to clipboard

The keyARN of the asymmetric ECC key pair.

Link copied to clipboard

The client's public key certificate in PEM format (base64 encoded) to use for ECDH key derivation.

Link copied to clipboard

The WrappedKeyBlock containing the transaction key wrapped using an ECDH dervied key.

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