|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.crypto.spec.PBEParameterSpec
public class PBEParameterSpec
A wrapper for the parameters used in PKCS #5 - Password-Based Cryptography Standard.
| Constructor Summary | |
|---|---|
PBEParameterSpec(byte[] salt,
int iterationCount)
Creates a new password-based encryption parameter specification. |
|
| Method Summary | |
|---|---|
int |
getIterationCount()
Get the iteration count. |
byte[] |
getSalt()
Get the salt. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PBEParameterSpec(byte[] salt,
int iterationCount)
salt - The salt.iterationCount - The iteration count.| Method Detail |
|---|
public int getIterationCount()
public byte[] getSalt()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||