Searched refs:TestPrivateKey (Results 1 – 1 of 1) sorted by relevance
199 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 …]