Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyFactoryTest.java199 new TestPrivateKeySpec(new TestPrivateKey()), in testGeneratePublic()
239 TestPrivateKeySpec keySpec = new TestPrivateKeySpec(key); in testGeneratePrivate()
294 TestPrivateKeySpec.class, in testGetKeySpec()
296 TestPrivateKeySpec.class, in testGetKeySpec()
324 TestPrivateKeySpec.class, in testGetKeySpec()
434 if (TestPrivateKeySpec.class == keySpec.getClass()) { in engineGeneratePrivate()
435 return new TestPrivateKey(((TestPrivateKeySpec)keySpec).encoded); in engineGeneratePrivate()
459 if (TestPrivateKeySpec.class == keySpec) { in engineGetKeySpec()
506 static class TestPrivateKeySpec implements KeySpec { class in KeyFactoryTest
510 public TestPrivateKeySpec(TestPrivateKey key) { in TestPrivateKeySpec() method in KeyFactoryTest.TestPrivateKeySpec