| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
static MacAttributes |
MacAttributes.fromAlgorithm(MacAlgorithm algorithm)
Create an instance of this class with
algorithmAsString() initialized to the given value. |
static MacAttributes |
MacAttributes.fromAlgorithm(String algorithm)
Create an instance of this class with
algorithmAsString() initialized to the given value. |
static MacAttributes |
MacAttributes.fromDukptCmac(Consumer<MacAlgorithmDukpt.Builder> dukptCmac)
Create an instance of this class with
dukptCmac() initialized to the given value. |
static MacAttributes |
MacAttributes.fromDukptCmac(MacAlgorithmDukpt dukptCmac)
Create an instance of this class with
dukptCmac() initialized to the given value. |
static MacAttributes |
MacAttributes.fromDukptIso9797Algorithm1(Consumer<MacAlgorithmDukpt.Builder> dukptIso9797Algorithm1)
Create an instance of this class with
dukptIso9797Algorithm1() initialized to the given value. |
static MacAttributes |
MacAttributes.fromDukptIso9797Algorithm1(MacAlgorithmDukpt dukptIso9797Algorithm1)
Create an instance of this class with
dukptIso9797Algorithm1() initialized to the given value. |
static MacAttributes |
MacAttributes.fromDukptIso9797Algorithm3(Consumer<MacAlgorithmDukpt.Builder> dukptIso9797Algorithm3)
Create an instance of this class with
dukptIso9797Algorithm3() initialized to the given value. |
static MacAttributes |
MacAttributes.fromDukptIso9797Algorithm3(MacAlgorithmDukpt dukptIso9797Algorithm3)
Create an instance of this class with
dukptIso9797Algorithm3() initialized to the given value. |
static MacAttributes |
MacAttributes.fromEmvMac(Consumer<MacAlgorithmEmv.Builder> emvMac)
Create an instance of this class with
emvMac() initialized to the given value. |
static MacAttributes |
MacAttributes.fromEmvMac(MacAlgorithmEmv emvMac)
Create an instance of this class with
emvMac() initialized to the given value. |
MacAttributes |
GenerateMacRequest.generationAttributes()
The attributes and data values to use for MAC generation within Amazon Web Services Payment Cryptography.
|
MacAttributes |
VerifyMacRequest.verificationAttributes()
The attributes and data values to use for MAC verification within Amazon Web Services Payment Cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
GenerateMacRequest.Builder |
GenerateMacRequest.Builder.generationAttributes(MacAttributes generationAttributes)
The attributes and data values to use for MAC generation within Amazon Web Services Payment Cryptography.
|
VerifyMacRequest.Builder |
VerifyMacRequest.Builder.verificationAttributes(MacAttributes verificationAttributes)
The attributes and data values to use for MAC verification within Amazon Web Services Payment Cryptography.
|
Copyright © 2023. All rights reserved.