Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.Emv2000Attributes
-
Packages that use Emv2000Attributes Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of Emv2000Attributes in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return Emv2000Attributes Modifier and Type Method Description Emv2000AttributesDerivationMethodAttributes. emv2000()Parameters to derive the confidentiality and integrity keys for a payment card using Emv2000 derivation method.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type Emv2000Attributes Modifier and Type Method Description DerivationMethodAttributes.BuilderDerivationMethodAttributes.Builder. emv2000(Emv2000Attributes emv2000)Parameters to derive the confidentiality and integrity keys for a payment card using Emv2000 derivation method.static DerivationMethodAttributesDerivationMethodAttributes. fromEmv2000(Emv2000Attributes emv2000)Create an instance of this class withDerivationMethodAttributes.emv2000()initialized to the given value.
-