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