Initializes a new instance of the Gost3410ValidationParameters class

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

Syntax

C#
public Gost3410ValidationParameters(
	long x0L,
	long cL
)
Visual Basic
Public Sub New ( _
	x0L As Long, _
	cL As Long _
)
Visual C++
public:
Gost3410ValidationParameters(
	long long x0L, 
	long long cL
)

Parameters

x0L
Type: System..::..Int64
cL
Type: System..::..Int64

See Also