RsaSecretBcpgKey public class RsaSecretBcpgKey : BcpgObject, IBcpgKey Documentation public BigInteger CrtCoefficient { get; } public string Format { get; } The format, as a string, always "PGP". public BigInteger Modulus { get; } public BigInteger PrimeExponentP { get; } public BigInteger PrimeExponentQ { get; } public BigInteger PrimeP { get; } public BigInteger PrimeQ { get; } public BigInteger PrivateExponent { get; } public RsaSecretBcpgKey(BcpgInputStream bcpgIn) public RsaSecretBcpgKey(BigInteger d, BigInteger p, BigInteger q)