javax.crypto.spec
Class PBEKeySpec
java.lang.Object
javax.crypto.spec.PBEKeySpec
- All Implemented Interfaces:
- KeySpec
public class PBEKeySpec
- extends Object
- implements KeySpec
|
Constructor Summary |
PBEKeySpec(char[] password)
|
PBEKeySpec(char[] password,
byte[] salt,
int iterationCount)
|
PBEKeySpec(char[] password,
byte[] salt,
int iterationCount,
int keyLength)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PBEKeySpec
public PBEKeySpec(char[] password)
PBEKeySpec
public PBEKeySpec(char[] password,
byte[] salt,
int iterationCount,
int keyLength)
PBEKeySpec
public PBEKeySpec(char[] password,
byte[] salt,
int iterationCount)
clearPassword
public final void clearPassword()
getPassword
public final char[] getPassword()
getSalt
public final byte[] getSalt()
getIterationCount
public final int getIterationCount()
getKeyLength
public final int getKeyLength()
Please submit a feedback, bug or feature