Home
last modified time | relevance | path

Searched refs:CallbackHandlerProtection (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
DKeyStore.java415 public static class CallbackHandlerProtection class in KeyStore
427 public CallbackHandlerProtection(CallbackHandler handler) { in CallbackHandlerProtection() method in KeyStore.CallbackHandlerProtection
1787 (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()
DKeyStoreSpi.java394 } else if (protection instanceof CallbackHandlerProtection) { in engineLoad()
396 ((CallbackHandlerProtection)protection).getCallbackHandler(); in engineLoad()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyStoreBuilderTest.java52 … private KeyStore.CallbackHandlerProtection callbackHand = new KeyStore.CallbackHandlerProtection(
178 assertTrue(pPar instanceof KeyStore.CallbackHandlerProtection); in testNewInstanceKeyStoreProtectionParameter()