ElGamalPublicBcpgKey public class ElGamalPublicBcpgKey : BcpgObject, IBcpgKey Documentation Code public string Format { get; } The format, as a string, always "PGP". public BigInteger G { get; } public BigInteger P { get; } public BigInteger Y { get; } public ElGamalPublicBcpgKey(BcpgInputStream bcpgIn) public ElGamalPublicBcpgKey(BigInteger p, BigInteger g, BigInteger y)