Package org.bouncycastle.asn1.x9
Class DHPublicKey
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x9.DHPublicKey
- All Implemented Interfaces:
ASN1Encodable
public class DHPublicKey extends ASN1Object
-
Constructor Summary
Constructors Constructor Description DHPublicKey(ASN1Integer y) -
Method Summary
Modifier and Type Method Description static DHPublicKeygetInstance(Object obj)static DHPublicKeygetInstance(ASN1TaggedObject obj, boolean explicit)ASN1IntegergetY()ASN1PrimitivetoASN1Primitive()Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
-
Constructor Details
-
DHPublicKey
-
-
Method Details
-
getInstance
-
getInstance
-
getY
-
toASN1Primitive
- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object
-