public class ElGamalParameter extends ASN1Object
| Constructor and Description |
|---|
ElGamalParameter(BigInteger p,
BigInteger g) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getG() |
static ElGamalParameter |
getInstance(Object o) |
BigInteger |
getP() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic ElGamalParameter(BigInteger p, BigInteger g)
public static ElGamalParameter getInstance(Object o)
public BigInteger getP()
public BigInteger getG()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1ObjectCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.