Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.model.SessionKeyVisa.Builder
-
Packages that use SessionKeyVisa.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of SessionKeyVisa.Builder in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return SessionKeyVisa.Builder Modifier and Type Method Description static SessionKeyVisa.BuilderSessionKeyVisa. builder()SessionKeyVisa.BuilderSessionKeyVisa.Builder. panSequenceNumber(String panSequenceNumber)A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).SessionKeyVisa.BuilderSessionKeyVisa.Builder. primaryAccountNumber(String primaryAccountNumber)The Primary Account Number (PAN) of the cardholder.SessionKeyVisa.BuilderSessionKeyVisa. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type SessionKeyVisa.Builder Modifier and Type Method Description static Class<? extends SessionKeyVisa.Builder>SessionKeyVisa. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptographydata.model with type arguments of type SessionKeyVisa.Builder Modifier and Type Method Description static SessionKeyDerivationSessionKeyDerivation. fromVisa(Consumer<SessionKeyVisa.Builder> visa)Create an instance of this class withSessionKeyDerivation.visa()initialized to the given value.default SessionKeyDerivation.BuilderSessionKeyDerivation.Builder. visa(Consumer<SessionKeyVisa.Builder> visa)Parameters to derive session key for a Visa payment cardfor ARQC verification.
-