Initializes a new instance of the KdfParameters class

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

Syntax

C#
public KdfParameters(
	byte[] shared,
	byte[] iv
)
Visual Basic
Public Sub New ( _
	shared As Byte(), _
	iv As Byte() _
)
Visual C++
public:
KdfParameters(
	array<unsigned char>^ shared, 
	array<unsigned char>^ iv
)

Parameters

shared
Type: array<System..::..Byte>[]()[][]
iv
Type: array<System..::..Byte>[]()[][]

See Also