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