Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.SymmetricKeyAlgorithm
-
Packages that use SymmetricKeyAlgorithm Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of SymmetricKeyAlgorithm in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return SymmetricKeyAlgorithm Modifier and Type Method Description SymmetricKeyAlgorithm
ExportDiffieHellmanTr31KeyBlock. deriveKeyAlgorithm()
The key algorithm of the shared derived ECDH key.SymmetricKeyAlgorithm
ImportDiffieHellmanTr31KeyBlock. deriveKeyAlgorithm()
The key algorithm of the shared derived ECDH key.static SymmetricKeyAlgorithm
SymmetricKeyAlgorithm. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SymmetricKeyAlgorithm
SymmetricKeyAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static SymmetricKeyAlgorithm[]
SymmetricKeyAlgorithm. 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 SymmetricKeyAlgorithm Modifier and Type Method Description static Set<SymmetricKeyAlgorithm>
SymmetricKeyAlgorithm. knownValues()
Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type SymmetricKeyAlgorithm Modifier and Type Method Description ExportDiffieHellmanTr31KeyBlock.Builder
ExportDiffieHellmanTr31KeyBlock.Builder. deriveKeyAlgorithm(SymmetricKeyAlgorithm deriveKeyAlgorithm)
The key algorithm of the shared derived ECDH key.ImportDiffieHellmanTr31KeyBlock.Builder
ImportDiffieHellmanTr31KeyBlock.Builder. deriveKeyAlgorithm(SymmetricKeyAlgorithm deriveKeyAlgorithm)
The key algorithm of the shared derived ECDH key.
-