Uses of Class
com.saperion.common.crypto.KeyDerivationAlgorithm
-
Packages that use KeyDerivationAlgorithm Package Description com.saperion.common.crypto -
-
Uses of KeyDerivationAlgorithm in com.saperion.common.crypto
Methods in com.saperion.common.crypto that return KeyDerivationAlgorithm Modifier and Type Method Description KeyDerivationAlgorithm
Cipher. getKeyDerivationAlgorithm()
Returns theKeyDerivationAlgorithm
of thisCipher
.static KeyDerivationAlgorithm
KeyDerivationAlgorithm. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KeyDerivationAlgorithm[]
KeyDerivationAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.common.crypto with parameters of type KeyDerivationAlgorithm Modifier and Type Method Description static Cipher
CipherFactory. newCipher(CipherStrategy cipherStrategy, KeyDerivationAlgorithm keyDerivationAlgorithm)
-