static GenerateMacEmvPinChangeResponse.Builder |
GenerateMacEmvPinChangeResponse.builder() |
|
GenerateMacEmvPinChangeResponse.Builder |
GenerateMacEmvPinChangeResponse.Builder.encryptedPinBlock(String encryptedPinBlock) |
Returns the incoming new encrpted PIN block.
|
GenerateMacEmvPinChangeResponse.Builder |
GenerateMacEmvPinChangeResponse.Builder.mac(String mac) |
Returns the mac of the issuer script containing message data and appended target encrypted pin block in ISO2
format.
|
GenerateMacEmvPinChangeResponse.Builder |
GenerateMacEmvPinChangeResponse.Builder.newPinPekArn(String newPinPekArn) |
Returns the keyArn of the PEK protecting the incoming new encrypted PIN block.
|
GenerateMacEmvPinChangeResponse.Builder |
GenerateMacEmvPinChangeResponse.Builder.newPinPekKeyCheckValue(String newPinPekKeyCheckValue) |
The key check value (KCV) of the PEK uprotecting the incoming new encrypted PIN block.
|
GenerateMacEmvPinChangeResponse.Builder |
GenerateMacEmvPinChangeResponse.Builder.secureMessagingConfidentialityKeyArn(String secureMessagingConfidentialityKeyArn) |
Returns the keyArn of the IMK-SMC used by the operation.
|
GenerateMacEmvPinChangeResponse.Builder |
GenerateMacEmvPinChangeResponse.Builder.secureMessagingConfidentialityKeyCheckValue(String secureMessagingConfidentialityKeyCheckValue) |
The key check value (KCV) of the SMC issuer master key used by the operation.
|
GenerateMacEmvPinChangeResponse.Builder |
GenerateMacEmvPinChangeResponse.Builder.secureMessagingIntegrityKeyArn(String secureMessagingIntegrityKeyArn) |
Returns the keyArn of the IMK-SMI used by the operation.
|
GenerateMacEmvPinChangeResponse.Builder |
GenerateMacEmvPinChangeResponse.Builder.secureMessagingIntegrityKeyCheckValue(String secureMessagingIntegrityKeyCheckValue) |
The key check value (KCV) of the SMI issuer master key used by the operation.
|
GenerateMacEmvPinChangeResponse.Builder |
GenerateMacEmvPinChangeResponse.toBuilder() |
|
default GenerateMacEmvPinChangeResponse.Builder |
GenerateMacEmvPinChangeResponse.Builder.visaAmexDerivationOutputs(Consumer<VisaAmexDerivationOutputs.Builder> visaAmexDerivationOutputs) |
The attribute values used for Amex and Visa derivation methods.
|
GenerateMacEmvPinChangeResponse.Builder |
GenerateMacEmvPinChangeResponse.Builder.visaAmexDerivationOutputs(VisaAmexDerivationOutputs visaAmexDerivationOutputs) |
The attribute values used for Amex and Visa derivation methods.
|