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