| java.lang.Object javax.crypto.spec.PBEKeySpec
Constructor Summary | |
public | PBEKeySpec(char[] password) | public | PBEKeySpec(char[] password, byte[] salt, int iterationCount, int keyLength) | public | PBEKeySpec(char[] password, byte[] salt, int iterationCount) |
PBEKeySpec | public PBEKeySpec(char[] password)(Code) | | |
PBEKeySpec | public PBEKeySpec(char[] password, byte[] salt, int iterationCount, int keyLength)(Code) | | |
PBEKeySpec | public PBEKeySpec(char[] password, byte[] salt, int iterationCount)(Code) | | |
clearPassword | final public void clearPassword()(Code) | | |
getIterationCount | final public int getIterationCount()(Code) | | |
getKeyLength | final public int getKeyLength()(Code) | | |
getPassword | final public char[] getPassword()(Code) | | |
getSalt | final public byte[] getSalt()(Code) | | |
|
|