Searched refs:CallbackHandlerProtection (Results 1 – 6 of 6) 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()
415 public static class CallbackHandlerProtection class in KeyStore427 public CallbackHandlerProtection(CallbackHandler handler) { in CallbackHandlerProtection() method in KeyStore.CallbackHandlerProtection1787 (protection instanceof CallbackHandlerProtection == false)) { in newInstance()1837 if (protection instanceof CallbackHandlerProtection == false) { in getKeyStore()1873 ((CallbackHandlerProtection)protection) in getKeyStore()1967 if (protection instanceof CallbackHandlerProtection == false) { in newInstance()
394 } else if (protection instanceof CallbackHandlerProtection) { in engineLoad()396 ((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
7521 …public static class KeyStore.CallbackHandlerProtection implements java.security.KeyStore.Protectio…7522 ctor public KeyStore.CallbackHandlerProtection(javax.security.auth.callback.CallbackHandler);