DsaPublicBcpgKey public class DsaPublicBcpgKey : 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 Q { get; } public BigInteger Y { get; } public DsaPublicBcpgKey(BcpgInputStream bcpgIn) public DsaPublicBcpgKey(BigInteger p, BigInteger q, BigInteger g, BigInteger y)