Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.KeyCheckValueAlgorithm
-
Packages that use KeyCheckValueAlgorithm Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of KeyCheckValueAlgorithm in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return KeyCheckValueAlgorithm Modifier and Type Method 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
CreateKeyRequest. keyCheckValueAlgorithm()
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).KeyCheckValueAlgorithm
ExportAttributes. keyCheckValueAlgorithm()
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).KeyCheckValueAlgorithm
ImportKeyRequest. keyCheckValueAlgorithm()
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).KeyCheckValueAlgorithm
Key. keyCheckValueAlgorithm()
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).KeyCheckValueAlgorithm
WrappedKey. keyCheckValueAlgorithm()
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).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.Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type KeyCheckValueAlgorithm Modifier and Type Method Description static Set<KeyCheckValueAlgorithm>
KeyCheckValueAlgorithm. knownValues()
Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type KeyCheckValueAlgorithm Modifier and Type Method Description CreateKeyRequest.Builder
CreateKeyRequest.Builder. keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).ExportAttributes.Builder
ExportAttributes.Builder. keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).ImportKeyRequest.Builder
ImportKeyRequest.Builder. keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).Key.Builder
Key.Builder. keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).WrappedKey.Builder
WrappedKey.Builder. keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).
-