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

/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStore.java316 public static class CallbackHandlerProtection class in class:KeyStore
322 * Constructs a new CallbackHandlerProtection from a
328 public CallbackHandlerProtection(CallbackHandler handler) { method in class:KeyStore.CallbackHandlerProtection
1479 * <code>CallbackHandlerProtection</code>, the password is obtained
1507 * of either PasswordProtection or CallbackHandlerProtection; or
1516 (protection instanceof CallbackHandlerProtection == false)) {
1519 "CallbackHandlerProtection");
1566 if (protection instanceof CallbackHandlerProtection == false) {
1602 ((CallbackHandlerProtection)protection)
1696 if (protection instanceof CallbackHandlerProtection
[all...]

Completed in 36 milliseconds