HomeSort by relevance Sort by last modified time
    Searched defs:MyPrivateKey (Results 1 - 6 of 6) sorted by null

  /external/apache-harmony/security/src/test/impl/java.injected/java/security/
Signature_Impl1Test.java 53 s.initSign(new MyPrivateKey());
85 private class MyPrivateKey extends MyKey implements PrivateKey {
Signature_Impl2Test.java 127 s.initSign(new MyPrivateKey());
136 s.initSign(new MyPrivateKey());
143 s.initSign(new MyPrivateKey());
171 s.initSign(new MyPrivateKey());
176 s.initSign(new MyPrivateKey());
180 s.initSign(new MyPrivateKey());
228 private class MyPrivateKey extends MyKey implements PrivateKey {
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
KeyStoreTestSupport.java 88 public static class MyPrivateKey implements PrivateKey {
95 public MyPrivateKey(String algorithm, String format, byte[] encoded) {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
KeyStoreTestSupport.java 89 public static class MyPrivateKey implements PrivateKey {
96 public MyPrivateKey(String algorithm, String format, byte[] encoded) {
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
SignatureTest.java 87 s.initSign(new MyPrivateKey());
98 s.initSign(new MyPrivateKey(), new SecureRandom());
122 s.initSign(new MyPrivateKey());
140 s.initSign(new MyPrivateKey());
165 s.initSign(new MyPrivateKey());
199 s.initSign(new MyPrivateKey());
220 s.initSign(new MyPrivateKey());
241 s.initSign(new MyPrivateKey());
290 private class MyPrivateKey extends MyKey implements PrivateKey {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureTest.java 158 s.initSign(new MyPrivateKey());
192 s.initSign(new MyPrivateKey(), new SecureRandom());
226 s.initSign(new MyPrivateKey());
252 s.initSign(new MyPrivateKey());
258 s.initSign(new MyPrivateKey());
266 s.initSign(new MyPrivateKey());
288 s.initSign(new MyPrivateKey());
313 s.initSign(new MyPrivateKey());
347 s.initSign(new MyPrivateKey());
376 s.initSign(new MyPrivateKey());
    [all...]

Completed in 147 milliseconds