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

/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
H A DKeyFactoryTest.java224 new TestPrivateKeySpec(new TestPrivateKey()),
268 TestPrivateKey key = new TestPrivateKey();
322 new TestPrivateKey(),
324 new TestPrivateKey(new byte[] { 42, 41, 40 }),
353 new TestPrivateKey(),
409 new TestPrivateKey(),
415 TestPrivateKey.class
475 return new TestPrivateKey(((TestPrivateKeySpec)keySpec).encoded);
501 constructor = keySpec.getConstructor(TestPrivateKey
564 static class TestPrivateKey implements PrivateKey { class in class:KeyFactoryTest
568 public TestPrivateKey() { method in class:KeyFactoryTest.TestPrivateKey
572 public TestPrivateKey(byte[] encoded) { method in class:KeyFactoryTest.TestPrivateKey
[all...]

Completed in 111 milliseconds