<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />

DHParameters

public BigInteger G { get; }

public BigInteger J { get; }

public int L { get; }

The bitlength of the private value.

public int M { get; }

The minimum bitlength of the private value.

public BigInteger P { get; }

public BigInteger Q { get; }

public DHParameters(BigInteger p, BigInteger g, BigInteger q, int m, int l)

public DHParameters(BigInteger p, BigInteger g, BigInteger q, int m, int l, BigInteger j, DHValidationParameters validation)

protected virtual bool Equals(DHParameters other)