Initializes a new instance of the DHParameters class

Namespace: Org.BouncyCastle.Crypto.Parameters
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public DHParameters(
	BigInteger p,
	BigInteger g,
	BigInteger q,
	int m,
	int l
)
Visual Basic
Public Sub New ( _
	p As BigInteger, _
	g As BigInteger, _
	q As BigInteger, _
	m As Integer, _
	l As Integer _
)
Visual C++
public:
DHParameters(
	BigInteger^ p, 
	BigInteger^ g, 
	BigInteger^ q, 
	int m, 
	int l
)

See Also