Searched refs:MyProtectionParameter (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DKeyStoreBuilderTest.java55 private MyProtectionParameter myProtParam = new MyProtectionParameter(
181 assertTrue(pPar instanceof MyProtectionParameter);
215 MyProtectionParameter myPP = new MyProtectionParameter(new byte[5]);
396 MyProtectionParameter myPP = new MyProtectionParameter(new byte[5]);
486 class MyProtectionParameter implements KeyStore.ProtectionParameter { class in class:KeyStoreBuilderTest
487 public MyProtectionParameter(byte[] param) { method in class:KeyStoreBuilderTest.MyProtectionParameter

Completed in 27 milliseconds