Initializes a new instance of the ElGamalParameters class
Namespace: Org.BouncyCastle.Crypto.ParametersAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public ElGamalParameters( BigInteger p, BigInteger g, int l ) |
Visual Basic |
---|
Public Sub New ( _ p As BigInteger, _ g As BigInteger, _ l As Integer _ ) |
Visual C++ |
---|
public: ElGamalParameters( BigInteger^ p, BigInteger^ g, int l ) |
Parameters
- l
- Type: System..::..Int32