Package org.bouncycastle.asn1.x9
Class X9ECPoint
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x9.X9ECPoint
- All Implemented Interfaces:
ASN1Encodable
public class X9ECPoint extends ASN1Object
class for describing an ECPoint as a DER object.
-
Constructor Summary
Constructors Constructor Description X9ECPoint(ECCurve c, ASN1OctetString s)X9ECPoint(ECPoint p) -
Method Summary
Modifier and Type Method Description ECPointgetPoint()ASN1PrimitivetoASN1Primitive()Produce an object suitable for an ASN1OutputStream.Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
-
Constructor Details
-
X9ECPoint
-
X9ECPoint
-
-
Method Details
-
getPoint
-
toASN1Primitive
Produce an object suitable for an ASN1OutputStream.ECPoint ::= OCTET STRING
Octet string produced using ECPoint.getEncoded().
- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object
-