Java org.bouncycastle.jce.spec ElGamalParameterSpec fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.jce.spec ElGamalParameterSpec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.jce.spec ElGamalParameterSpec.

The text is from its open source code.

Constructor

ElGamalParameterSpec(BigInteger p, BigInteger g)
Constructs a parameter set for Diffie-Hellman, using a prime modulus p and a base generator g.

Method

BigIntegergetG()
Returns the base generator g.
BigIntegergetP()
Returns the prime modulus p.