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

/libcore/luni/src/main/java/java/security/
H A DKeyStore.java808 * CallbackHandlerProtection}, {@code file} is not a file or
824 // CallbackHandlerProtection
826 && !(protectionParameter instanceof CallbackHandlerProtection)) {
828 + "PasswordProtection nor CallbackHandlerProtection instance");
865 * CallbackHandlerProtection}, {@code file} is not a file or
958 // or CallbackHandlerProtection
963 } else if (protParameter instanceof CallbackHandlerProtection) {
968 + "PasswordProtection nor CallbackHandlerProtection instance");
1041 * {@code CallbackHandlerProtection} is a {@code ProtectionParameter} that
1044 public static class CallbackHandlerProtection implement class in class:KeyStore
1058 public CallbackHandlerProtection(CallbackHandler handler) { method in class:KeyStore.CallbackHandlerProtection
[all...]

Completed in 26 milliseconds