Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.KeyDerivationHashAlgorithm
-
Packages that use KeyDerivationHashAlgorithm Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of KeyDerivationHashAlgorithm in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return KeyDerivationHashAlgorithm Modifier and Type Method Description static KeyDerivationHashAlgorithmKeyDerivationHashAlgorithm. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyDerivationHashAlgorithmEcdhDerivationAttributes. keyDerivationHashAlgorithm()The hash type to use for deriving a key using ECDH.static KeyDerivationHashAlgorithmKeyDerivationHashAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyDerivationHashAlgorithm[]KeyDerivationHashAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type KeyDerivationHashAlgorithm Modifier and Type Method Description static Set<KeyDerivationHashAlgorithm>KeyDerivationHashAlgorithm. knownValues()Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type KeyDerivationHashAlgorithm Modifier and Type Method Description EcdhDerivationAttributes.BuilderEcdhDerivationAttributes.Builder. keyDerivationHashAlgorithm(KeyDerivationHashAlgorithm keyDerivationHashAlgorithm)The hash type to use for deriving a key using ECDH.
-