Package org.gudy.bouncycastle.asn1.x9
Class X9ECPoint
java.lang.Object
org.gudy.bouncycastle.asn1.x9.X9ECPoint
- All Implemented Interfaces:
DEREncodable
class for describing an ECPoint as a DER object.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
p
ECPoint p
-
-
Constructor Details
-
X9ECPoint
-
X9ECPoint
-
-
Method Details
-
getPoint
-
getDERObject
Produce an object suitable for an ASN1OutputStream.ECPoint ::= OCTET STRING
Octet string produced using ECPoint.getEncoded().
- Specified by:
getDERObject
in interfaceDEREncodable
-