FileDocCategorySizeDatePackage
ElGamalPublicKey.javaAPI DocExample367Tue Feb 24 10:51:02 GMT 1998oreilly.jonathan.crypto

ElGamalPublicKey

public class ElGamalPublicKey extends ElGamalKey implements PublicKey

Fields Summary
private BigInteger
mY
Constructors Summary
protected ElGamalPublicKey(BigInteger y, BigInteger g, BigInteger p)

    super(g, p);
    mY = y;
  
Methods Summary
protected java.math.BigIntegergetY()

 return mY;