org.bouncycastle.asn1.x9
public class X9ECPoint extends ASN1Encodable
| Constructor Summary | |
|---|---|
| X9ECPoint(ECPoint p) | |
| X9ECPoint(ECCurve c, ASN1OctetString s) | |
| Method Summary | |
|---|---|
| ECPoint | getPoint() |
| DERObject | toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
ECPoint ::= OCTET STRING
Octet string produced using ECPoint.getEncoded().