Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyFactoryTest.java506 static class TestPrivateKeySpec implements KeySpec { class in KeyFactoryTest
510 public TestPrivateKeySpec(TestPrivateKey key) { in TestPrivateKeySpec() method in KeyFactoryTest.TestPrivateKeySpec