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 ) |
Visual Basic |
---|
Public Sub New ( _ p As BigInteger, _ g As BigInteger _ ) |
Visual C++ |
---|
public: ElGamalParameters( BigInteger^ p, BigInteger^ g ) |