Searched refs:CallbackHandlerProtection (Results 1 – 3 of 3) sorted by relevance
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()
52 … private KeyStore.CallbackHandlerProtection callbackHand = new KeyStore.CallbackHandlerProtection(178 assertTrue(pPar instanceof KeyStore.CallbackHandlerProtection); in testNewInstanceKeyStoreProtectionParameter()