org.bouncycastle.jce.provider

Class JDKKeyFactory.X509

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.
Constructor Summary
X509()
Method Summary
protected PrivateKeyengineGeneratePrivate(KeySpec keySpec)
protected PublicKeyengineGeneratePublic(KeySpec keySpec)

Constructor Detail

X509

public X509()

Method Detail

engineGeneratePrivate

protected PrivateKey engineGeneratePrivate(KeySpec keySpec)

engineGeneratePublic

protected PublicKey engineGeneratePublic(KeySpec keySpec)