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 KeyCheckValueAlgorithmKeyCheckValueAlgorithm. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyCheckValueAlgorithmCreateKeyRequest. keyCheckValueAlgorithm()The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).KeyCheckValueAlgorithmExportAttributes. keyCheckValueAlgorithm()The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).KeyCheckValueAlgorithmImportKeyRequest. keyCheckValueAlgorithm()The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).KeyCheckValueAlgorithmKey. keyCheckValueAlgorithm()The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).KeyCheckValueAlgorithmWrappedKey. keyCheckValueAlgorithm()The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).static KeyCheckValueAlgorithmKeyCheckValueAlgorithm. 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.BuilderCreateKeyRequest.Builder. keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).ExportAttributes.BuilderExportAttributes.Builder. keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).ImportKeyRequest.BuilderImportKeyRequest.Builder. keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).Key.BuilderKey.Builder. keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).WrappedKey.BuilderWrappedKey.Builder. keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).
-