public interface PBEKey extends SecretKey
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
The serial version identifier.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIterationCount()
Returns the iteration count, 0 if not specified.
|
char[] |
getPassword()
Returns a copy to the password.
|
byte[] |
getSalt()
Returns a copy of the salt data or null if not specified.
|
getAlgorithm, getEncoded, getFormatstatic final long serialVersionUID
int getIterationCount()
byte[] getSalt()
char[] getPassword()