Home
last modified time | relevance | path

Searched refs:MyPublicKey (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DSignatureTest.java117 s.initVerify(new MyPublicKey()); in testInitVerifyPublicKey()
218 s.initVerify(new MyPublicKey()); in testSign()
244 s.initVerify(new MyPublicKey()); in testSignbyteintint()
295 s.initVerify(new MyPublicKey()); in testVerifybyteArray()
321 s.initVerify(new MyPublicKey()); in testVerifybyteArrayintint()
345 s.initVerify(new MyPublicKey()); in testUpdatebyte()
374 s.initVerify(new MyPublicKey()); in testUpdatebyteArray()
413 s.initVerify(new MyPublicKey()); in testUpdatebyteArrayintint()
452 s.initVerify(new MyPublicKey()); in testUpdatebyteArrayintint2()
535 private class MyPublicKey extends MyKey implements PublicKey {} class in SignatureTest
[all …]
/libcore/luni/src/test/java/tests/security/cert/
DX509CertSelectorTest.java744 key = new MyPublicKey(); in test_getSubjectPublicKey()
1528 public class MyPublicKey implements PublicKey { class in X509CertSelectorTest
1531 public MyPublicKey() { in MyPublicKey() method in X509CertSelectorTest.MyPublicKey