Uses of Enum Class
com.saperion.common.crypto.KeyDerivationAlgorithm
Packages that use KeyDerivationAlgorithm
-
Uses of KeyDerivationAlgorithm in com.saperion.common.crypto
Methods in com.saperion.common.crypto that return KeyDerivationAlgorithmModifier and TypeMethodDescriptionCipher.getKeyDerivationAlgorithm()
Returns theKeyDerivationAlgorithm
of thisCipher
.static KeyDerivationAlgorithm
Returns the enum constant of this class with the specified name.static KeyDerivationAlgorithm[]
KeyDerivationAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.common.crypto with parameters of type KeyDerivationAlgorithmModifier and TypeMethodDescriptionstatic Cipher
CipherFactory.newCipher
(CipherStrategy cipherStrategy, KeyDerivationAlgorithm keyDerivationAlgorithm)