SessionKeyDerivation
Parameters to derive a session key for Authorization Response Cryptogram (ARQC) verification.
Inheritors
Types
Parameters to derive session key for an Amex payment card for ARQC verification.
Parameters to derive session key for an Emv2000 payment card for ARQC verification.
Parameters to derive session key for an Emv common payment card for ARQC verification.
Parameters to derive session key for a Mastercard payment card for ARQC verification.
Parameters to derive session key for a Visa payment cardfor ARQC verification.
Functions
Casts this SessionKeyDerivation as a Amex and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.SessionKeyAmex value. Throws an exception if the SessionKeyDerivation is not a Amex.
Casts this SessionKeyDerivation as a Amex and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.SessionKeyAmex value. Returns null if the SessionKeyDerivation is not a Amex.
Casts this SessionKeyDerivation as a Emv2000 and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.SessionKeyEmv2000 value. Throws an exception if the SessionKeyDerivation is not a Emv2000.
Casts this SessionKeyDerivation as a Emv2000 and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.SessionKeyEmv2000 value. Returns null if the SessionKeyDerivation is not a Emv2000.
Casts this SessionKeyDerivation as a EmvCommon and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.SessionKeyEmvCommon value. Throws an exception if the SessionKeyDerivation is not a EmvCommon.
Casts this SessionKeyDerivation as a EmvCommon and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.SessionKeyEmvCommon value. Returns null if the SessionKeyDerivation is not a EmvCommon.
Casts this SessionKeyDerivation as a Mastercard and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.SessionKeyMastercard value. Throws an exception if the SessionKeyDerivation is not a Mastercard.
Casts this SessionKeyDerivation as a Mastercard and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.SessionKeyMastercard value. Returns null if the SessionKeyDerivation is not a Mastercard.
Casts this SessionKeyDerivation as a Visa and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.SessionKeyVisa value. Throws an exception if the SessionKeyDerivation is not a Visa.
Casts this SessionKeyDerivation as a Visa and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.SessionKeyVisa value. Returns null if the SessionKeyDerivation is not a Visa.