public class X9ECPoint extends ASN1Object
| Constructor and Description |
|---|
X9ECPoint(org.bouncycastle.math.ec.ECCurve c,
ASN1OctetString s) |
X9ECPoint(org.bouncycastle.math.ec.ECPoint p) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.math.ec.ECPoint |
getPoint() |
ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic X9ECPoint(org.bouncycastle.math.ec.ECPoint p)
public X9ECPoint(org.bouncycastle.math.ec.ECCurve c,
ASN1OctetString s)
public org.bouncycastle.math.ec.ECPoint getPoint()
public ASN1Primitive toASN1Primitive()
ECPoint ::= OCTET STRING
Octet string produced using ECPoint.getEncoded().
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object