|
|
javax > javax.crypto > javax.crypto.spec > javax.crypto.spec.pbekeyspec >
Class: javax.crypto.spec.PBEKeySpec java.lang.Object javax.crypto.spec.PBEKeySpec
public class PBEKeySpec extends Object implements KeySpec
FIELDS:
CONSTRUCTORS:
| | | public | PBEKeySpec(char[] password) |
| | public | PBEKeySpec(char[] password, byte[] salt, int iterationCount, int keyLength) |
| | public | PBEKeySpec(char[] password, byte[] salt, int iterationCount) |
| |
|
|
|
METHODS:
| | | | public final | void | clearPassword() |
| | public final | int | getIterationCount() |
| | public final | int | getKeyLength() |
| | public final | char[] | getPassword() Throws: IllegalStateException |
| | public final | byte[] | getSalt() |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|