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 ) |
Visual Basic |
---|
Public Sub New ( _ algorithm As HashAlgorithmTag, _ iv As Byte() _ ) |
Visual C++ |
---|
public: S2k( HashAlgorithmTag algorithm, array<unsigned char>^ iv ) |
Parameters
- algorithm
- Type: Org.BouncyCastle.Bcpg..::..HashAlgorithmTag
- iv
- Type: array<System..::..Byte>[]()[][]