IncomingKeyMaterial
Parameter information of the incoming WrappedKeyBlock containing the transaction key.
Inheritors
Types
Link copied to clipboard
data class DiffieHellmanTr31KeyBlock(val value: IncomingDiffieHellmanTr31KeyBlock) : IncomingKeyMaterial
Parameter information of the TR31WrappedKeyBlock containing the transaction key wrapped using an ECDH dervied key.
Link copied to clipboard
Functions
Link copied to clipboard
Casts this IncomingKeyMaterial as a DiffieHellmanTr31KeyBlock and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.IncomingDiffieHellmanTr31KeyBlock value. Throws an exception if the IncomingKeyMaterial is not a DiffieHellmanTr31KeyBlock.
Link copied to clipboard
Casts this IncomingKeyMaterial as a DiffieHellmanTr31KeyBlock and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.IncomingDiffieHellmanTr31KeyBlock value. Returns null if the IncomingKeyMaterial is not a DiffieHellmanTr31KeyBlock.