WrappedKeyMaterial
Parameter information of a WrappedKeyBlock for encryption key exchange.
Inheritors
Types
Functions
Casts this WrappedKeyMaterial as a DiffieHellmanSymmetricKey and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.EcdhDerivationAttributes value. Throws an exception if the WrappedKeyMaterial is not a DiffieHellmanSymmetricKey.
Casts this WrappedKeyMaterial as a DiffieHellmanSymmetricKey and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.EcdhDerivationAttributes value. Returns null if the WrappedKeyMaterial is not a DiffieHellmanSymmetricKey.
Casts this WrappedKeyMaterial as a Tr31KeyBlock and retrieves its kotlin.String value. Throws an exception if the WrappedKeyMaterial is not a Tr31KeyBlock.
Casts this WrappedKeyMaterial as a Tr31KeyBlock and retrieves its kotlin.String value. Returns null if the WrappedKeyMaterial is not a Tr31KeyBlock.