Package | Description |
---|---|
org.owasp.esapi.crypto |
This package contains ESAPI cryptography-related classes used throughout
ESAPI.
|
Modifier and Type | Method and Description |
---|---|
static KeyDerivationFunction.PRF_ALGORITHMS |
KeyDerivationFunction.convertIntToPRF(int selection) |
static KeyDerivationFunction.PRF_ALGORITHMS |
KeyDerivationFunction.convertNameToPRF(String prfAlgName) |
KeyDerivationFunction.PRF_ALGORITHMS |
CipherText.getKDF_PRF() |
static KeyDerivationFunction.PRF_ALGORITHMS |
KeyDerivationFunction.PRF_ALGORITHMS.valueOf(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.
|
Constructor and Description |
---|
KeyDerivationFunction(KeyDerivationFunction.PRF_ALGORITHMS prfAlg)
Construct a
KeyDerivationFunction . |
Copyright © 2018 The Open Web Application Security Project (OWASP). All rights reserved.