org.bouncycastle.jce.provider

Class JDKKeyFactory

public abstract class JDKKeyFactory extends KeyFactorySpi

Nested Class Summary
static classJDKKeyFactory.DH
static classJDKKeyFactory.DSA
static classJDKKeyFactory.EC
static classJDKKeyFactory.ECDH
static classJDKKeyFactory.ECDHC
static classJDKKeyFactory.ECDSA
static classJDKKeyFactory.ECGOST3410
static classJDKKeyFactory.ElGamal
static classJDKKeyFactory.GOST3410
static classJDKKeyFactory.RSA
static classJDKKeyFactory.X509
This isn't really correct, however the class path project API seems to think such a key factory will exist.
Field Summary
protected booleanelGamalFactory
Constructor Summary
JDKKeyFactory()
Method Summary
protected KeySpecengineGetKeySpec(Key key, Class spec)
protected KeyengineTranslateKey(Key key)

Field Detail

elGamalFactory

protected boolean elGamalFactory

Constructor Detail

JDKKeyFactory

public JDKKeyFactory()

Method Detail

engineGetKeySpec

protected KeySpec engineGetKeySpec(Key key, Class spec)

engineTranslateKey

protected Key engineTranslateKey(Key key)