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

/external/apache-harmony/security/src/test/impl/java.injected/java/security/
H A DSignature_Impl1Test.java54 s.initSign(new MyPrivateKey());
83 private class MyPrivateKey extends MyKey implements PrivateKey {} class in class:Signature_Impl1Test
H A DSignature_Impl2Test.java128 s.initSign(new MyPrivateKey());
137 s.initSign(new MyPrivateKey());
144 s.initSign(new MyPrivateKey());
172 s.initSign(new MyPrivateKey());
177 s.initSign(new MyPrivateKey());
181 s.initSign(new MyPrivateKey());
225 private class MyPrivateKey extends MyKey implements PrivateKey {} class in class:Signature_Impl2Test
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DSignatureTest.java88 s.initSign(new MyPrivateKey());
99 s.initSign(new MyPrivateKey(), new SecureRandom());
123 s.initSign(new MyPrivateKey());
141 s.initSign(new MyPrivateKey());
166 s.initSign(new MyPrivateKey());
200 s.initSign(new MyPrivateKey());
221 s.initSign(new MyPrivateKey());
242 s.initSign(new MyPrivateKey());
288 private class MyPrivateKey extends MyKey implements PrivateKey {} class in class:SignatureTest
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DKeyStoreTestSupport.java89 public static class MyPrivateKey implements PrivateKey { class in class:KeyStoreTestSupport
96 public MyPrivateKey(String algorithm, String format, byte[] encoded) { method in class:KeyStoreTestSupport.MyPrivateKey
H A DMyKeyStore.java114 KeyStoreTestSupport.MyPrivateKey keyK = new KeyStoreTestSupport.MyPrivateKey(
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore_Impl3Test.java112 PrivateKey pk = new KeyStoreTestSupport.MyPrivateKey(tType, "", new byte[10]);

Completed in 552 milliseconds