<PackageReference Include="BouncyCastle.Cryptography" Version="2.7.0-beta.98" />

RsaSecretBcpgKey

Base class for an RSA secret (or private) key.
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; }