Namespace: Org.BouncyCastle.Crypto.Generators
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void Init( int size, int typeProcedure, SecureRandom random ) |
Visual Basic |
---|
Public Sub Init ( _ size As Integer, _ typeProcedure As Integer, _ random As SecureRandom _ ) |
Visual C++ |
---|
public: void Init( int size, int typeProcedure, SecureRandom^ random ) |
Parameters
- size
- Type: System..::..Int32
- typeProcedure
- Type: System..::..Int32
- random
- Type: Org.BouncyCastle.Security..::..SecureRandom