Class X9ECPoint

    • Constructor Detail

      • X9ECPoint

        public X9ECPoint​(ECPoint p,
                         boolean compressed)
      • X9ECPoint

        public X9ECPoint​(ECCurve c,
                         byte[] encoding)
    • Method Detail

      • getPointEncoding

        public byte[] getPointEncoding()
      • getPoint

        public ECPoint getPoint()
      • isPointCompressed

        public boolean isPointCompressed()
      • toASN1Primitive

        public ASN1Primitive toASN1Primitive()
        Produce an object suitable for an ASN1OutputStream.
          ECPoint ::= OCTET STRING
         

        Octet string produced using ECPoint.getEncoded().

        Specified by:
        toASN1Primitive in interface ASN1Encodable
        Specified by:
        toASN1Primitive in class ASN1Object
        Returns:
        a primitive representation of this object.