Initializes a new instance of the ElGamalPublicBcpgKey class

Namespace: Org.BouncyCastle.Bcpg
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public ElGamalPublicBcpgKey(
	BigInteger p,
	BigInteger g,
	BigInteger y
)
Visual Basic
Public Sub New ( _
	p As BigInteger, _
	g As BigInteger, _
	y As BigInteger _
)
Visual C++
public:
ElGamalPublicBcpgKey(
	BigInteger^ p, 
	BigInteger^ g, 
	BigInteger^ y
)

See Also