Searched defs:PasswordProtection (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStore.java135 * new KeyStore.PasswordProtection(password);
249 public static class PasswordProtection implements class in class:KeyStore
259 * in the new <code>PasswordProtection</code> object.
263 public PasswordProtection(char[] password) { method in class:KeyStore.PasswordProtection
1476 * <code>PasswordProtection</code>, the password is obtained by
1491 * will return a {@link KeyStore.PasswordProtection PasswordProtection}
1507 * of either PasswordProtection or CallbackHandlerProtection; or
1515 if ((protection instanceof PasswordProtection == false) &&
1518 ("Protection must be PasswordProtection o
[all...]

Completed in 33 milliseconds