org.bouncycastle.bcpg
public class ElGamalPublicBCPGKey extends BCPGObject implements BCPGKey
Constructor Summary | |
---|---|
ElGamalPublicBCPGKey(BCPGInputStream in) | |
ElGamalPublicBCPGKey(BigInteger p, BigInteger g, BigInteger y) |
Method Summary | |
---|---|
void | encode(BCPGOutputStream out) |
byte[] | getEncoded()
return the standard PGP encoding of the key.
|
String | getFormat()
return "PGP"
|
BigInteger | getG() |
BigInteger | getP() |
BigInteger | getY() |
See Also: getEncoded
See Also: getFormat