Searched refs:CallbackHandlerProtection (Results 1 – 8 of 8) sorted by relevance
49 new KeyStore.CallbackHandlerProtection(null); in testCallbackHandlerProtection()64 new KeyStore.CallbackHandlerProtection(new TestCallbackHandler()); in testCallbackHandlerProtection()77 KeyStore.CallbackHandlerProtection ksCBH = new KeyStore.CallbackHandlerProtection(cbh); in testGetCallBackHandler()
52 … private KeyStore.CallbackHandlerProtection callbackHand = new KeyStore.CallbackHandlerProtection(178 assertTrue(pPar instanceof KeyStore.CallbackHandlerProtection); in testNewInstanceKeyStoreProtectionParameter()
76 builder = Builder.newInstance("My", p, new CallbackHandlerProtection(handler)); in testBuilder()84 builder = Builder.newInstance("My", p, new CallbackHandlerProtection(handler)); in testBuilder()
164 new CallbackHandlerProtection(new DummyHandler())); in build()
431 public static class CallbackHandlerProtection class in KeyStore443 public CallbackHandlerProtection(CallbackHandler handler) { in CallbackHandlerProtection() method in KeyStore.CallbackHandlerProtection1999 (protection instanceof CallbackHandlerProtection == false)) { in newInstance()2093 if (protection instanceof CallbackHandlerProtection == false) { in getKeyStore()2123 ((CallbackHandlerProtection)protection) in getKeyStore()2227 if (protection instanceof CallbackHandlerProtection == false) { in newInstance()
400 } else if (protection instanceof CallbackHandlerProtection) { in engineLoad()402 ((CallbackHandlerProtection)protection).getCallbackHandler(); in engineLoad()
292 public static class CallbackHandlerProtection class in KeyStore295 public CallbackHandlerProtection(javax.security.auth.callback.CallbackHandler handler) { in CallbackHandlerProtection() method in KeyStore.CallbackHandlerProtection
7729 …public static class KeyStore.CallbackHandlerProtection implements java.security.KeyStore.Protectio…7730 ctor public KeyStore.CallbackHandlerProtection(javax.security.auth.callback.CallbackHandler);