| Package | Description |
|---|---|
| org.jboss.seam.security.crypto |
| Modifier and Type | Field and Description |
|---|---|
protected PBKDF2Parameters |
PBKDF2Engine.parameters |
| Modifier and Type | Method and Description |
|---|---|
PBKDF2Parameters |
PBKDF2.getParameters()
Allow reading of configured parameters.
|
PBKDF2Parameters |
PBKDF2Engine.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PBKDF2HexFormatter.fromString(PBKDF2Parameters p,
String s) |
boolean |
PBKDF2Formatter.fromString(PBKDF2Parameters p,
String s)
Convert String to parameters.
|
void |
PBKDF2.setParameters(PBKDF2Parameters parameters)
Allow setting of configured parameters.
|
void |
PBKDF2Engine.setParameters(PBKDF2Parameters parameters) |
String |
PBKDF2HexFormatter.toString(PBKDF2Parameters p) |
String |
PBKDF2Formatter.toString(PBKDF2Parameters p)
Convert parameters to String.
|
| Constructor and Description |
|---|
PBKDF2Engine(PBKDF2Parameters parameters)
Constructor for PBKDF2 implementation object.
|
PBKDF2Engine(PBKDF2Parameters parameters,
PRF prf)
Constructor for PBKDF2 implementation object.
|
Copyright © 2015 Seam Framework. All Rights Reserved.