public class DHPublicKey extends ASN1Object
Constructor and Description |
---|
DHPublicKey(ASN1Integer y) |
Modifier and Type | Method and Description |
---|---|
static DHPublicKey |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static DHPublicKey |
getInstance(java.lang.Object obj) |
ASN1Integer |
getY() |
ASN1Primitive |
toASN1Primitive() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public DHPublicKey(ASN1Integer y)
public static DHPublicKey getInstance(ASN1TaggedObject obj, boolean explicit)
public static DHPublicKey getInstance(java.lang.Object obj)
public ASN1Integer getY()
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object