PBEKeypublic interface PBEKey implements SecretKeyThe interface to a password-based-encryption key. |
Fields Summary |
---|
public static final long | serialVersionUIDThe serial version identifier. |
Methods Summary |
---|
public int | getIterationCount()Returns the iteration count, 0 if not specified.
| public char[] | getPassword()Returns a copy to the password.
| public byte[] | getSalt()Returns a copy of the salt data or null if not specified.
|
|