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