Initializes a new instance of the IesParameters class
Namespace: Org.BouncyCastle.Crypto.ParametersAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public IesParameters( byte[] derivation, byte[] encoding, int macKeySize ) |
Visual Basic |
---|
Public Sub New ( _ derivation As Byte(), _ encoding As Byte(), _ macKeySize As Integer _ ) |
Visual C++ |
---|
public: IesParameters( array<unsigned char>^ derivation, array<unsigned char>^ encoding, int macKeySize ) |
Parameters
- derivation
- Type: array<System..::..Byte>[]()[][]
- encoding
- Type: array<System..::..Byte>[]()[][]
- macKeySize
- Type: System..::..Int32