Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.crypto.spec.PBEParameterSpec
Constructor Summary | |
PBEParameterSpec(byte[] salt,
int iterationCount)
|
Method Summary | |
int | getIterationCount()
Returns the iteration count. |
byte[] | getSalt()
Returns the salt. |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Constructor Detail |
public PBEParameterSpec(byte[] salt, int iterationCount)
Method Detail |
public byte[] getSalt()
public int getIterationCount()
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |