RsaPublicBcpgKey public class RsaPublicBcpgKey : BcpgObject, IBcpgKey Documentation Code public string Format { get; } The format, as a string, always "PGP". public BigInteger Modulus { get; } public BigInteger PublicExponent { get; } public RsaPublicBcpgKey(BcpgInputStream bcpgIn) Construct an RSA public key from the passed in stream. public RsaPublicBcpgKey(BigInteger n, BigInteger e)