public class KeyDerivationFunctionParameters extends Object
Constructor and Description |
---|
KeyDerivationFunctionParameters()
Initialise parameters with default values.
|
KeyDerivationFunctionParameters(int keySize)
Initialise parameters with a key length and default randomized values.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithmName() |
int |
getKeySize() |
public KeyDerivationFunctionParameters()
public KeyDerivationFunctionParameters(int keySize)
keySize
- Size of key to be generated in bytes. A negative value means that the key length should be smartly
deducted from the context of use.public int getKeySize()
public String getAlgorithmName()
Copyright © 2004–2022 XWiki. All rights reserved.