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 theKeyDerivationAlgorithmof thisCipher.static KeyDerivationAlgorithmReturns 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 CipherCipherFactory.newCipher(CipherStrategy cipherStrategy, KeyDerivationAlgorithm keyDerivationAlgorithm)