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,
	BigInteger j,
	DHValidationParameters validation
)
Visual Basic
Public Sub New ( _
	p As BigInteger, _
	g As BigInteger, _
	q As BigInteger, _
	m As Integer, _
	l As Integer, _
	j As BigInteger, _
	validation As DHValidationParameters _
)
Visual C++
public:
DHParameters(
	BigInteger^ p, 
	BigInteger^ g, 
	BigInteger^ q, 
	int m, 
	int l, 
	BigInteger^ j, 
	DHValidationParameters^ validation
)

See Also