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