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

/libcore/ojluni/src/main/java/java/security/
H A DKeyStore.java135 * new KeyStore.PasswordProtection(password);
282 public static class PasswordProtection implements class in class:KeyStore
292 * in the new <code>PasswordProtection</code> object.
296 public PasswordProtection(char[] password) { method in class:KeyStore.PasswordProtection
1509 * <code>PasswordProtection</code>, the password is obtained by
1524 * will return a {@link KeyStore.PasswordProtection PasswordProtection}
1540 * of either PasswordProtection or CallbackHandlerProtection; or
1548 if ((protection instanceof PasswordProtection == false) &&
1551 ("Protection must be PasswordProtection o
[all...]

Completed in 56 milliseconds