Class X9Curve

    • Method Detail

      • getCurve

        public ECCurve getCurve()
      • getSeed

        public byte[] getSeed()
      • toASN1Primitive

        public ASN1Primitive toASN1Primitive()
        Produce an object suitable for an ASN1OutputStream.
          Curve ::= SEQUENCE {
              a               FieldElement,
              b               FieldElement,
              seed            BIT STRING      OPTIONAL
          }
         
        Specified by:
        toASN1Primitive in interface ASN1Encodable
        Specified by:
        toASN1Primitive in class ASN1Object
        Returns:
        a primitive representation of this object.