Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKSCallbackHandlerProtectionTest.java49 new KeyStore.CallbackHandlerProtection(null); in testCallbackHandlerProtection()
64 new KeyStore.CallbackHandlerProtection(new TestCallbackHandler()); in testCallbackHandlerProtection()
77 KeyStore.CallbackHandlerProtection ksCBH = new KeyStore.CallbackHandlerProtection(cbh); in testGetCallBackHandler()
DKeyStoreBuilderTest.java52 … private KeyStore.CallbackHandlerProtection callbackHand = new KeyStore.CallbackHandlerProtection(
178 assertTrue(pPar instanceof KeyStore.CallbackHandlerProtection); in testNewInstanceKeyStoreProtectionParameter()
/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/ojluni/annotations/hiddenapi/java/security/
DKeyStore.java292 public static class CallbackHandlerProtection class in KeyStore
295 public CallbackHandlerProtection(javax.security.auth.callback.CallbackHandler handler) { in CallbackHandlerProtection() method in KeyStore.CallbackHandlerProtection
/libcore/api/
Dcurrent.txt7521 …public static class KeyStore.CallbackHandlerProtection implements java.security.KeyStore.Protectio…
7522 ctor public KeyStore.CallbackHandlerProtection(javax.security.auth.callback.CallbackHandler);