org.bouncycastle.jce.provider

Class JDKKeyFactory.ElGamal

Enclosing Class:
JDKKeyFactory

public static class JDKKeyFactory.ElGamal
extends JDKKeyFactory

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

Field Summary

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

elGamalFactory

Constructor Summary

ElGamal()

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

ElGamal

public ElGamal()

Method Details

engineGeneratePrivate

protected PrivateKey engineGeneratePrivate(KeySpec keySpec)
            throws InvalidKeySpecException


engineGeneratePublic

protected PublicKey engineGeneratePublic(KeySpec keySpec)
            throws InvalidKeySpecException