Initializes a new instance of the S2k class
Namespace: Org.BouncyCastle.BcpgAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public S2k( HashAlgorithmTag algorithm, byte[] iv, int itCount ) |
Visual Basic |
---|
Public Sub New ( _ algorithm As HashAlgorithmTag, _ iv As Byte(), _ itCount As Integer _ ) |
Visual C++ |
---|
public: S2k( HashAlgorithmTag algorithm, array<unsigned char>^ iv, int itCount ) |
Parameters
- algorithm
- Type: Org.BouncyCastle.Bcpg..::..HashAlgorithmTag
- iv
- Type: array<System..::..Byte>[]()[][]
- itCount
- Type: System..::..Int32