Class X9Curve

    • Field Detail

      • seed

        private byte[] seed
    • Method Detail

      • getCurve

        public ECCurve getCurve()
      • getSeed

        public byte[] getSeed()
      • getDERObject

        public DERObject getDERObject()
        Produce an object suitable for an ASN1OutputStream.
          Curve ::= SEQUENCE {
              a               FieldElement,
              b               FieldElement,
              seed            BIT STRING      OPTIONAL
          }
         
        Specified by:
        getDERObject in interface DEREncodable