Uses of Class
org.owasp.esapi.crypto.KeyDerivationFunction.PRF_ALGORITHMS
-
Packages that use KeyDerivationFunction.PRF_ALGORITHMS Package Description org.owasp.esapi.crypto This package contains ESAPI cryptography-related classes used throughout ESAPI. -
-
Uses of KeyDerivationFunction.PRF_ALGORITHMS in org.owasp.esapi.crypto
Methods in org.owasp.esapi.crypto that return KeyDerivationFunction.PRF_ALGORITHMS Modifier and Type Method Description static KeyDerivationFunction.PRF_ALGORITHMS
KeyDerivationFunction. convertIntToPRF(int selection)
static KeyDerivationFunction.PRF_ALGORITHMS
KeyDerivationFunction. convertNameToPRF(java.lang.String prfAlgName)
KeyDerivationFunction.PRF_ALGORITHMS
CipherText. getKDF_PRF()
static KeyDerivationFunction.PRF_ALGORITHMS
KeyDerivationFunction.PRF_ALGORITHMS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KeyDerivationFunction.PRF_ALGORITHMS[]
KeyDerivationFunction.PRF_ALGORITHMS. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.owasp.esapi.crypto with parameters of type KeyDerivationFunction.PRF_ALGORITHMS Constructor Description KeyDerivationFunction(KeyDerivationFunction.PRF_ALGORITHMS prfAlg)
Construct aKeyDerivationFunction
.
-