ExportKeyMaterial
Parameter information for key material export from Amazon Web Services Payment Cryptography using TR-31 or TR-34 or RSA wrap and unwrap key exchange method.
Inheritors
Types
Key derivation parameter information for key material export using asymmetric ECDH key exchange method.
Parameter information for key material export using asymmetric RSA wrap and unwrap key exchange method
Parameter information for key material export using symmetric TR-31 key exchange method.
Parameter information for key material export using the asymmetric TR-34 key exchange method.
Functions
Casts this ExportKeyMaterial as a DiffieHellmanTr31KeyBlock and retrieves its aws.sdk.kotlin.services.paymentcryptography.model.ExportDiffieHellmanTr31KeyBlock value. Throws an exception if the ExportKeyMaterial is not a DiffieHellmanTr31KeyBlock.
Casts this ExportKeyMaterial as a DiffieHellmanTr31KeyBlock and retrieves its aws.sdk.kotlin.services.paymentcryptography.model.ExportDiffieHellmanTr31KeyBlock value. Returns null if the ExportKeyMaterial is not a DiffieHellmanTr31KeyBlock.
Casts this ExportKeyMaterial as a KeyCryptogram and retrieves its aws.sdk.kotlin.services.paymentcryptography.model.ExportKeyCryptogram value. Throws an exception if the ExportKeyMaterial is not a KeyCryptogram.
Casts this ExportKeyMaterial as a KeyCryptogram and retrieves its aws.sdk.kotlin.services.paymentcryptography.model.ExportKeyCryptogram value. Returns null if the ExportKeyMaterial is not a KeyCryptogram.
Casts this ExportKeyMaterial as a Tr31KeyBlock and retrieves its aws.sdk.kotlin.services.paymentcryptography.model.ExportTr31KeyBlock value. Throws an exception if the ExportKeyMaterial is not a Tr31KeyBlock.
Casts this ExportKeyMaterial as a Tr31KeyBlock and retrieves its aws.sdk.kotlin.services.paymentcryptography.model.ExportTr31KeyBlock value. Returns null if the ExportKeyMaterial is not a Tr31KeyBlock.
Casts this ExportKeyMaterial as a Tr34KeyBlock and retrieves its aws.sdk.kotlin.services.paymentcryptography.model.ExportTr34KeyBlock value. Throws an exception if the ExportKeyMaterial is not a Tr34KeyBlock.
Casts this ExportKeyMaterial as a Tr34KeyBlock and retrieves its aws.sdk.kotlin.services.paymentcryptography.model.ExportTr34KeyBlock value. Returns null if the ExportKeyMaterial is not a Tr34KeyBlock.