Package | Description |
---|---|
org.jboss.seam.security.crypto |
Modifier and Type | Class and Description |
---|---|
class |
MacBasedPRF
Copied from Matthias Gartner's PKCS#5 implementation - see
http://rtner.de/software/PBKDF2.html
Default PRF implementation based on standard javax.crypt.Mac mechanisms.
|
Modifier and Type | Field and Description |
---|---|
protected PRF |
PBKDF2Engine.prf |
Modifier and Type | Method and Description |
---|---|
PRF |
PBKDF2Engine.getPseudoRandomFunction() |
PRF |
PBKDF2.getPseudoRandomFunction()
Get currently set Pseudo Random Function.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PBKDF2Engine._F(byte[] dest,
int offset,
PRF prf,
byte[] S,
int c,
int blockIndex)
Function F.
|
protected byte[] |
PBKDF2Engine.PBKDF2(PRF prf,
byte[] S,
int c,
int dkLen)
Core Password Based Key Derivation Function 2.
|
void |
PBKDF2Engine.setPseudoRandomFunction(PRF prf) |
void |
PBKDF2.setPseudoRandomFunction(PRF prf)
Set the Pseudo Random Function to use.
|
Constructor and Description |
---|
PBKDF2Engine(PBKDF2Parameters parameters,
PRF prf)
Constructor for PBKDF2 implementation object.
|
Copyright © 2015 Seam Framework. All Rights Reserved.