org.bouncycastle.asn1.x9
public class X9ECPoint extends ASN1Encodable
BER, DER
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() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public 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 DERObject toASN1Object()
ECPoint ::= OCTET STRING
Octet string produced using ECPoint.getEncoded().
toASN1Object
in class ASN1Encodable