org.bouncycastle.jce.provider

Class JDKKeyFactory.X509

Enclosing Class:
JDKKeyFactory

public static class JDKKeyFactory.X509
extends JDKKeyFactory

This isn't really correct, however the class path project API seems to think such a key factory will exist.

Nested Class Summary

Nested classes/interfaces inherited from class org.bouncycastle.jce.provider.JDKKeyFactory

JDKKeyFactory.DH, JDKKeyFactory.DSA, JDKKeyFactory.EC, JDKKeyFactory.ECDH, JDKKeyFactory.ECDHC, JDKKeyFactory.ECDSA, JDKKeyFactory.ECGOST3410, JDKKeyFactory.ElGamal, JDKKeyFactory.GOST3410, JDKKeyFactory.RSA, JDKKeyFactory.X509

Field Summary

Fields inherited from class org.bouncycastle.jce.provider.JDKKeyFactory

elGamalFactory

Constructor Summary

X509()

Method Summary

protected PrivateKey
engineGeneratePrivate(KeySpec keySpec)
protected PublicKey
engineGeneratePublic(KeySpec keySpec)

Methods inherited from class org.bouncycastle.jce.provider.JDKKeyFactory

engineGetKeySpec, engineTranslateKey

Constructor Details

X509

public X509()

Method Details

engineGeneratePrivate

protected PrivateKey engineGeneratePrivate(KeySpec keySpec)
            throws InvalidKeySpecException

engineGeneratePublic

protected PublicKey engineGeneratePublic(KeySpec keySpec)
            throws InvalidKeySpecException