DerivationMethodAttributes
Parameters to derive the payment card specific confidentiality and integrity keys.
Inheritors
Types
Parameters to derive the confidentiality and integrity keys for a payment card using Amex derivation method.
Parameters to derive the confidentiality and integrity keys for a payment card using Emv2000 derivation method.
Parameters to derive the confidentiality and integrity keys for a payment card using Emv common derivation method.
Parameters to derive the confidentiality and integrity keys for a payment card using Mastercard derivation method.
Parameters to derive the confidentiality and integrity keys for a a payment card using Visa derivation method.
Functions
Casts this DerivationMethodAttributes as a Amex and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.AmexAttributes value. Throws an exception if the DerivationMethodAttributes is not a Amex.
Casts this DerivationMethodAttributes as a Amex and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.AmexAttributes value. Returns null if the DerivationMethodAttributes is not a Amex.
Casts this DerivationMethodAttributes as a Emv2000 and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.Emv2000Attributes value. Throws an exception if the DerivationMethodAttributes is not a Emv2000.
Casts this DerivationMethodAttributes as a Emv2000 and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.Emv2000Attributes value. Returns null if the DerivationMethodAttributes is not a Emv2000.
Casts this DerivationMethodAttributes as a EmvCommon and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.EmvCommonAttributes value. Throws an exception if the DerivationMethodAttributes is not a EmvCommon.
Casts this DerivationMethodAttributes as a EmvCommon and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.EmvCommonAttributes value. Returns null if the DerivationMethodAttributes is not a EmvCommon.
Casts this DerivationMethodAttributes as a Mastercard and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.MasterCardAttributes value. Throws an exception if the DerivationMethodAttributes is not a Mastercard.
Casts this DerivationMethodAttributes as a Mastercard and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.MasterCardAttributes value. Returns null if the DerivationMethodAttributes is not a Mastercard.
Casts this DerivationMethodAttributes as a Visa and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.VisaAttributes value. Throws an exception if the DerivationMethodAttributes is not a Visa.
Casts this DerivationMethodAttributes as a Visa and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.VisaAttributes value. Returns null if the DerivationMethodAttributes is not a Visa.