java.lang.Object | ||
javax.crypto.spec.PBEKeySpec | KeySpec |
PBEKeySpec(char[] password) | ||||||
PBEKeySpec(char[] password, byte[] salt, int iterationCount, int keyLength) | ||||||
PBEKeySpec(char[] password, byte[] salt, int iterationCount) |
final | void | clearPassword() | ||||
final | int | getIterationCount() | ||||
final | int | getKeyLength() | ||||
final | char[] | getPassword() | ||||
final | byte[] | getSalt() |
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |