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