DiffieHellmanTr31KeyBlock
data class DiffieHellmanTr31KeyBlock(val value: IncomingDiffieHellmanTr31KeyBlock) : IncomingKeyMaterial
Parameter information of the TR31WrappedKeyBlock containing the transaction key wrapped using an ECDH dervied key.
Inherited 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.