| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyCheckValueAlgorithm |
KeyCheckValueAlgorithm.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
KeyCheckValueAlgorithm |
ImportKeyRequest.keyCheckValueAlgorithm()
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV) for DES
and AES keys.
|
KeyCheckValueAlgorithm |
Key.keyCheckValueAlgorithm()
The algorithm used for calculating key check value (KCV) for DES and AES keys.
|
KeyCheckValueAlgorithm |
CreateKeyRequest.keyCheckValueAlgorithm()
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV) for DES
and AES keys.
|
static KeyCheckValueAlgorithm |
KeyCheckValueAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyCheckValueAlgorithm[] |
KeyCheckValueAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<KeyCheckValueAlgorithm> |
KeyCheckValueAlgorithm.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImportKeyRequest.Builder |
ImportKeyRequest.Builder.keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV) for
DES and AES keys.
|
Key.Builder |
Key.Builder.keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)
The algorithm used for calculating key check value (KCV) for DES and AES keys.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV) for
DES and AES keys.
|
Copyright © 2023. All rights reserved.