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.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
X9ECPoint
public X9ECPoint(org.bouncycastle.math.ec.ECPoint p)
X9ECPoint
public X9ECPoint(org.bouncycastle.math.ec.ECCurve c,
ASN1OctetString s)
getPoint
public org.bouncycastle.math.ec.ECPoint getPoint()
toASN1Primitive
public ASN1Primitive toASN1Primitive()
- Produce an object suitable for an ASN1OutputStream.
ECPoint ::= OCTET STRING
Octet string produced using ECPoint.getEncoded().
- Specified by:
toASN1Primitive
in interface ASN1Encodable
- Specified by:
toASN1Primitive
in class ASN1Object