Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.KeyDerivationFunction
-
Packages that use KeyDerivationFunction Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of KeyDerivationFunction in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return KeyDerivationFunction Modifier and Type Method Description static KeyDerivationFunctionKeyDerivationFunction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyDerivationFunctionEcdhDerivationAttributes. keyDerivationFunction()The key derivation function to use for deriving a key using ECDH.static KeyDerivationFunctionKeyDerivationFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyDerivationFunction[]KeyDerivationFunction. 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 KeyDerivationFunction Modifier and Type Method Description static Set<KeyDerivationFunction>KeyDerivationFunction. knownValues()Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type KeyDerivationFunction Modifier and Type Method Description EcdhDerivationAttributes.BuilderEcdhDerivationAttributes.Builder. keyDerivationFunction(KeyDerivationFunction keyDerivationFunction)The key derivation function to use for deriving a key using ECDH.
-