Initializes a new instance of the DHKeyParameters class

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

Syntax

C#
protected DHKeyParameters(
	bool isPrivate,
	DHParameters parameters
)
Visual Basic
Protected Sub New ( _
	isPrivate As Boolean, _
	parameters As DHParameters _
)
Visual C++
protected:
DHKeyParameters(
	bool isPrivate, 
	DHParameters^ parameters
)

See Also