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