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