Initializes a new instance of the DHParameter class

Namespace: Org.BouncyCastle.Asn1.Pkcs
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

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

See Also