Class 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 
      Constructor Description
      EccCurvePoint()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract byte[] getEncodedPoint()  
      • Methods inherited from class org.bouncycastle.asn1.ASN1Object

        encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Primitive
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EccCurvePoint

        public EccCurvePoint()
    • Method Detail

      • getEncodedPoint

        public abstract byte[] getEncodedPoint()