|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyDerivationFunction | |
|---|---|
| org.xwiki.crypto.passwd | |
| Uses of KeyDerivationFunction in org.xwiki.crypto.passwd |
|---|
| Subinterfaces of KeyDerivationFunction in org.xwiki.crypto.passwd | |
|---|---|
interface |
MemoryHardKeyDerivationFunction
A key memory hard derivation function. |
| Methods in org.xwiki.crypto.passwd that return types with arguments of type KeyDerivationFunction | |
|---|---|
Class<? extends KeyDerivationFunction> |
PasswordCryptoServiceConfiguration.getKeyDerivationFunctionClassForEncryption()
|
Class<? extends KeyDerivationFunction> |
PasswordCryptoServiceConfiguration.getKeyDerivationFunctionClassForPasswordVerification()
|
| Methods in org.xwiki.crypto.passwd with parameters of type KeyDerivationFunction | |
|---|---|
void |
PasswordCiphertext.init(byte[] message,
String password,
KeyDerivationFunction initializedKeyFunction)
Initialize this ciphertext with a given message (i.e. |
void |
PasswordVerificationFunction.init(KeyDerivationFunction underlyingHashFunction,
byte[] password)
Initialize this function with the desired key length. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||