org.bouncycastle.jce.interfaces

Interface ElGamalPrivateKey

All Superinterfaces:
ElGamalKey, PrivateKey
Known Implementing Classes:
JCEElGamalPrivateKey

public interface ElGamalPrivateKey
extends ElGamalKey, PrivateKey

Method Summary

BigInteger
getX()

Methods inherited from interface org.bouncycastle.jce.interfaces.ElGamalKey

getParameters

Method Details

getX

public BigInteger getX()