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