Class DSTU4145ECBinary

    • Method Detail

      • getInstance

        public static DSTU4145ECBinary getInstance​(java.lang.Object obj)
      • getA

        public java.math.BigInteger getA()
      • getB

        public byte[] getB()
      • getN

        public java.math.BigInteger getN()
      • getG

        public byte[] getG()
      • toASN1Primitive

        public ASN1Primitive toASN1Primitive()
        ECBinary ::= SEQUENCE { version [0] EXPLICIT INTEGER DEFAULT 0, f BinaryField, a INTEGER (0..1), b OCTET STRING, n INTEGER, bp OCTET STRING}
        Specified by:
        toASN1Primitive in interface ASN1Encodable
        Specified by:
        toASN1Primitive in class ASN1Object
        Returns:
        a primitive representation of this object.