Bouncy Castle Cryptography Library 1.33 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.bcpg.BCPGObject
org.bouncycastle.bcpg.ElGamalPublicBCPGKey
Constructor Summary | |
| |
Method Summary | |
void |
|
byte[] |
|
String |
|
BigInteger |
|
BigInteger |
|
BigInteger |
|
Methods inherited from class org.bouncycastle.bcpg.BCPGObject | |
encode , getEncoded |
public void encode(BCPGOutputStream out) throws IOException
- Overrides:
- encode in interface BCPGObject
public byte[] getEncoded()
return the standard PGP encoding of the key.
- Specified by:
- getEncoded in interface BCPGKey
- Overrides:
- getEncoded in interface BCPGObject
- See Also:
BCPGKey.getEncoded()
public BigInteger getG()
public BigInteger getP()
public BigInteger getY()