HomeSort by relevance Sort by last modified time
    Searched full:ppar (Results 1 - 2 of 2) sorted by null

  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreBuilderTest.java 199 KeyStore.ProtectionParameter pPar = ksB
204 assertTrue(pPar instanceof KeyStore.PasswordProtection);
207 assertTrue(pPar instanceof KeyStore.PasswordProtection);
210 assertTrue(pPar instanceof KeyStore.CallbackHandlerProtection);
213 assertTrue(pPar instanceof MyProtectionParameter);
218 assertEquals(pPar, pp[i]);
KeyStoreSpiTest.java 261 tmpProtection pPar = new tmpProtection();
268 assertNull("Not null entry", ksSpi.engineGetEntry(null, pPar));
269 assertNull("Not null entry", ksSpi.engineGetEntry("aaa", pPar));

Completed in 13 milliseconds