Home
last modified time | relevance | path

Searched refs:TestPrivateKey (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()
238 TestPrivateKey key = new TestPrivateKey(); in testGeneratePrivate()
287 new TestPrivateKey(), in testGetKeySpec()
289 new TestPrivateKey(new byte[] { 42, 41, 40 }), in testGetKeySpec()
318 new TestPrivateKey(), in testGetKeySpec()
369 new TestPrivateKey(), in testTranslateKey()
375 TestPrivateKey.class in testTranslateKey()
435 return new TestPrivateKey(((TestPrivateKeySpec)keySpec).encoded); in engineGeneratePrivate()
461 constructor = keySpec.getConstructor(TestPrivateKey.class); in engineGetKeySpec()
496 if (TestPrivateKey.class == key.getClass()) { in engineTranslateKey()
[all …]