public class

KeyFactory

extends JDKKeyFactory
java.lang.Object
   ↳ java.security.KeyFactorySpi
     ↳ org.bouncycastle.jce.provider.JDKKeyFactory
       ↳ org.bouncycastle.jce.provider.asymmetric.ec.KeyFactory
Known Direct Subclasses

Summary

Nested Classes
class KeyFactory.EC  
class KeyFactory.ECDH  
class KeyFactory.ECDHC  
class KeyFactory.ECDSA  
class KeyFactory.ECGOST3410  
class KeyFactory.ECMQV  
[Expand]
Inherited Fields
From class org.bouncycastle.jce.provider.JDKKeyFactory
Protected Methods
PrivateKey engineGeneratePrivate(KeySpec keySpec)
PublicKey engineGeneratePublic(KeySpec keySpec)
KeySpec engineGetKeySpec(Key key, Class spec)
Key engineTranslateKey(Key key)
[Expand]
Inherited Methods
From class org.bouncycastle.jce.provider.JDKKeyFactory
From class java.security.KeyFactorySpi
From class java.lang.Object

Protected Methods

protected PrivateKey engineGeneratePrivate (KeySpec keySpec)

protected PublicKey engineGeneratePublic (KeySpec keySpec)

protected KeySpec engineGetKeySpec (Key key, Class spec)

protected Key engineTranslateKey (Key key)