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

/libcore/luni/src/main/java/java/security/
H A DKeyStore.java807 * CallbackHandlerProtection}, {@code file} is not a file or
823 // CallbackHandlerProtection
825 && !(protectionParameter instanceof CallbackHandlerProtection)) {
827 + "PasswordProtection nor CallbackHandlerProtection instance");
864 * CallbackHandlerProtection}, {@code file} is not a file or
957 // or CallbackHandlerProtection
962 } else if (protParameter instanceof CallbackHandlerProtection) {
967 + "PasswordProtection nor CallbackHandlerProtection instance");
1040 * {@code CallbackHandlerProtection} is a {@code ProtectionParameter} that
1043 public static class CallbackHandlerProtection implement class in class:KeyStore
1057 public CallbackHandlerProtection(CallbackHandler handler) { method in class:KeyStore.CallbackHandlerProtection
[all...]

Completed in 52 milliseconds