Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.model.Emv2000Attributes.Builder
-
Packages that use Emv2000Attributes.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of Emv2000Attributes.Builder in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return Emv2000Attributes.Builder Modifier and Type Method Description Emv2000Attributes.BuilderEmv2000Attributes.Builder. applicationTransactionCounter(String applicationTransactionCounter)The transaction counter of the current transaction that is provided by the terminal during transaction processing.static Emv2000Attributes.BuilderEmv2000Attributes. builder()Emv2000Attributes.BuilderEmv2000Attributes.Builder. majorKeyDerivationMode(String majorKeyDerivationMode)The method to use when deriving the master key for the payment card.Emv2000Attributes.BuilderEmv2000Attributes.Builder. majorKeyDerivationMode(MajorKeyDerivationMode majorKeyDerivationMode)The method to use when deriving the master key for the payment card.Emv2000Attributes.BuilderEmv2000Attributes.Builder. panSequenceNumber(String panSequenceNumber)A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).Emv2000Attributes.BuilderEmv2000Attributes.Builder. primaryAccountNumber(String primaryAccountNumber)The Primary Account Number (PAN) of the cardholder.Emv2000Attributes.BuilderEmv2000Attributes. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type Emv2000Attributes.Builder Modifier and Type Method Description static Class<? extends Emv2000Attributes.Builder>Emv2000Attributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptographydata.model with type arguments of type Emv2000Attributes.Builder Modifier and Type Method Description default DerivationMethodAttributes.BuilderDerivationMethodAttributes.Builder. emv2000(Consumer<Emv2000Attributes.Builder> emv2000)Parameters to derive the confidentiality and integrity keys for a payment card using Emv2000 derivation method.static DerivationMethodAttributesDerivationMethodAttributes. fromEmv2000(Consumer<Emv2000Attributes.Builder> emv2000)Create an instance of this class withDerivationMethodAttributes.emv2000()initialized to the given value.
-