public class DHPublicKey extends ASN1Object
Modifier and Type | Field and Description |
---|---|
private ASN1Integer |
y |
Constructor and Description |
---|
DHPublicKey(ASN1Integer y) |
Modifier and Type | Method and Description |
---|---|
static DHPublicKey |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static DHPublicKey |
getInstance(Object obj) |
ASN1Integer |
getY() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
private ASN1Integer y
public DHPublicKey(ASN1Integer y)
public static DHPublicKey getInstance(ASN1TaggedObject obj, boolean explicit)
public static DHPublicKey getInstance(Object obj)
public ASN1Integer getY()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object