Class EccCurvePoint
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.basetypes.EccCurvePoint
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
- Direct Known Subclasses:
EccP256CurvePoint
,EccP384CurvePoint
public abstract class EccCurvePoint
extends org.bouncycastle.asn1.ASN1Object
Common interface for ITS curve points.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Primitive
-
Constructor Details
-
EccCurvePoint
public EccCurvePoint()
-
-
Method Details
-
getEncodedPoint
public abstract byte[] getEncodedPoint()
-