Package | Description |
---|---|
org.jboss.seam.security.crypto |
Modifier and Type | Field and Description |
---|---|
protected PBKDF2Parameters |
PBKDF2Engine.parameters |
Modifier and Type | Method and Description |
---|---|
PBKDF2Parameters |
PBKDF2Engine.getParameters() |
PBKDF2Parameters |
PBKDF2.getParameters()
Allow reading of configured parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PBKDF2Formatter.fromString(PBKDF2Parameters p,
String s)
Convert String to parameters.
|
boolean |
PBKDF2HexFormatter.fromString(PBKDF2Parameters p,
String s) |
void |
PBKDF2Engine.setParameters(PBKDF2Parameters parameters) |
void |
PBKDF2.setParameters(PBKDF2Parameters parameters)
Allow setting of configured parameters.
|
String |
PBKDF2Formatter.toString(PBKDF2Parameters p)
Convert parameters to String.
|
String |
PBKDF2HexFormatter.toString(PBKDF2Parameters p) |
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.