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 virtual void Init( int size, int certainty, SecureRandom random ) |
Visual Basic |
---|
Public Overridable Sub Init ( _ size As Integer, _ certainty As Integer, _ random As SecureRandom _ ) |
Visual C++ |
---|
public: virtual void Init( int size, int certainty, SecureRandom^ random ) |
Parameters
- size
- Type: System..::..Int32
- certainty
- Type: System..::..Int32
- random
- Type: Org.BouncyCastle.Security..::..SecureRandom