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

/libcore/ojluni/src/main/java/java/security/
H A DKeyStore.java131 * new KeyStore.PasswordProtection(password);
281 public static class PasswordProtection implements class in class:KeyStore
293 * in the new {@code PasswordProtection} object.
297 public PasswordProtection(char[] password) { method in class:KeyStore.PasswordProtection
308 * new {@code PasswordProtection} object.
325 public PasswordProtection(char[] password, String protectionAlgorithm, method in class:KeyStore.PasswordProtection
1747 * {@code PasswordProtection}, the password is obtained by
1762 * will return a {@link KeyStore.PasswordProtection PasswordProtection}
1778 * of either PasswordProtection o
[all...]

Completed in 356 milliseconds