DerivationMethodAttributes |
GenerateMacEmvPinChangeRequest.derivationMethodAttributes() |
The attributes and data values to derive payment card specific confidentiality and integrity keys.
|
static DerivationMethodAttributes |
DerivationMethodAttributes.fromAmex(Consumer<AmexAttributes.Builder> amex) |
Create an instance of this class with amex() initialized to the given value.
|
static DerivationMethodAttributes |
DerivationMethodAttributes.fromAmex(AmexAttributes amex) |
Create an instance of this class with amex() initialized to the given value.
|
static DerivationMethodAttributes |
DerivationMethodAttributes.fromEmv2000(Consumer<Emv2000Attributes.Builder> emv2000) |
Create an instance of this class with emv2000() initialized to the given value.
|
static DerivationMethodAttributes |
DerivationMethodAttributes.fromEmv2000(Emv2000Attributes emv2000) |
Create an instance of this class with emv2000() initialized to the given value.
|
static DerivationMethodAttributes |
DerivationMethodAttributes.fromEmvCommon(Consumer<EmvCommonAttributes.Builder> emvCommon) |
Create an instance of this class with emvCommon() initialized to the given value.
|
static DerivationMethodAttributes |
DerivationMethodAttributes.fromEmvCommon(EmvCommonAttributes emvCommon) |
Create an instance of this class with emvCommon() initialized to the given value.
|
static DerivationMethodAttributes |
DerivationMethodAttributes.fromMastercard(Consumer<MasterCardAttributes.Builder> mastercard) |
Create an instance of this class with mastercard() initialized to the given value.
|
static DerivationMethodAttributes |
DerivationMethodAttributes.fromMastercard(MasterCardAttributes mastercard) |
Create an instance of this class with mastercard() initialized to the given value.
|
static DerivationMethodAttributes |
DerivationMethodAttributes.fromVisa(Consumer<VisaAttributes.Builder> visa) |
Create an instance of this class with visa() initialized to the given value.
|
static DerivationMethodAttributes |
DerivationMethodAttributes.fromVisa(VisaAttributes visa) |
Create an instance of this class with visa() initialized to the given value.
|