Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
java.lang.Object | +----javax.crypto.spec.PBEParameterSpec
Constructor Summary | |
PBEParameterSpec(byte[] salt,
int iterationCount)
|
Method Summary | |
int | getIterationCount()
|
byte[] | getSalt()
|
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)
Method Detail |
public byte[] getSalt()
public int getIterationCount()
Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |