public class org.bouncycastle.math.ec.ECCurve$F2m extends org.bouncycastle.math.ec.ECCurve
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.math.ec.ECCurve$F2m
  super_class: org.bouncycastle.math.ec.ECCurve
{
  private int m;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int k1;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int k2;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int k3;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.math.BigInteger n;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE

  private java.math.BigInteger h;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE

  private org.bouncycastle.math.ec.ECPoint$F2m infinity;
    descriptor: Lorg/bouncycastle/math/ec/ECPoint$F2m;
    flags: (0x0002) ACC_PRIVATE

  private byte mu;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private java.math.BigInteger[] si;
    descriptor: [Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, int, java.math.BigInteger, java.math.BigInteger);
    descriptor: (IILjava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
        start local 1 // int m
        start local 2 // int k
        start local 3 // java.math.BigInteger a
        start local 4 // java.math.BigInteger b
         0: .line 259
            aload 0 /* this */
            iload 1 /* m */
            iload 2 /* k */
            iconst_0
            iconst_0
            aload 3 /* a */
            aload 4 /* b */
            aconst_null
            aconst_null
            invokespecial org.bouncycastle.math.ec.ECCurve$F2m.<init>:(IIIILjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
         1: .line 260
            return
        end local 4 // java.math.BigInteger b
        end local 3 // java.math.BigInteger a
        end local 2 // int k
        end local 1 // int m
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;
            0    2     1     m  I
            0    2     2     k  I
            0    2     3     a  Ljava/math/BigInteger;
            0    2     4     b  Ljava/math/BigInteger;
    MethodParameters:
      Name  Flags
      m     
      k     
      a     
      b     

  public void <init>(int, int, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger);
    descriptor: (IILjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=7
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
        start local 1 // int m
        start local 2 // int k
        start local 3 // java.math.BigInteger a
        start local 4 // java.math.BigInteger b
        start local 5 // java.math.BigInteger n
        start local 6 // java.math.BigInteger h
         0: .line 287
            aload 0 /* this */
            iload 1 /* m */
            iload 2 /* k */
            iconst_0
            iconst_0
            aload 3 /* a */
            aload 4 /* b */
            aload 5 /* n */
            aload 6 /* h */
            invokespecial org.bouncycastle.math.ec.ECCurve$F2m.<init>:(IIIILjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
         1: .line 288
            return
        end local 6 // java.math.BigInteger h
        end local 5 // java.math.BigInteger n
        end local 4 // java.math.BigInteger b
        end local 3 // java.math.BigInteger a
        end local 2 // int k
        end local 1 // int m
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;
            0    2     1     m  I
            0    2     2     k  I
            0    2     3     a  Ljava/math/BigInteger;
            0    2     4     b  Ljava/math/BigInteger;
            0    2     5     n  Ljava/math/BigInteger;
            0    2     6     h  Ljava/math/BigInteger;
    MethodParameters:
      Name  Flags
      m     
      k     
      a     
      b     
      n     
      h     

  public void <init>(int, int, int, int, java.math.BigInteger, java.math.BigInteger);
    descriptor: (IIIILjava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=7
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
        start local 1 // int m
        start local 2 // int k1
        start local 3 // int k2
        start local 4 // int k3
        start local 5 // java.math.BigInteger a
        start local 6 // java.math.BigInteger b
         0: .line 318
            aload 0 /* this */
            iload 1 /* m */
            iload 2 /* k1 */
            iload 3 /* k2 */
            iload 4 /* k3 */
            aload 5 /* a */
            aload 6 /* b */
            aconst_null
            aconst_null
            invokespecial org.bouncycastle.math.ec.ECCurve$F2m.<init>:(IIIILjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
         1: .line 319
            return
        end local 6 // java.math.BigInteger b
        end local 5 // java.math.BigInteger a
        end local 4 // int k3
        end local 3 // int k2
        end local 2 // int k1
        end local 1 // int m
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;
            0    2     1     m  I
            0    2     2    k1  I
            0    2     3    k2  I
            0    2     4    k3  I
            0    2     5     a  Ljava/math/BigInteger;
            0    2     6     b  Ljava/math/BigInteger;
    MethodParameters:
      Name  Flags
      m     
      k1    
      k2    
      k3    
      a     
      b     

  public void <init>(int, int, int, int, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger);
    descriptor: (IIIILjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=9
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
        start local 1 // int m
        start local 2 // int k1
        start local 3 // int k2
        start local 4 // int k3
        start local 5 // java.math.BigInteger a
        start local 6 // java.math.BigInteger b
        start local 7 // java.math.BigInteger n
        start local 8 // java.math.BigInteger h
         0: .line 344
            aload 0 /* this */
            invokespecial org.bouncycastle.math.ec.ECCurve.<init>:()V
         1: .line 230
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.math.ec.ECCurve$F2m.mu:B
         2: .line 237
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.math.ec.ECCurve$F2m.si:[Ljava/math/BigInteger;
         3: .line 354
            aload 0 /* this */
            iload 1 /* m */
            putfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
         4: .line 355
            aload 0 /* this */
            iload 2 /* k1 */
            putfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
         5: .line 356
            aload 0 /* this */
            iload 3 /* k2 */
            putfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
         6: .line 357
            aload 0 /* this */
            iload 4 /* k3 */
            putfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
         7: .line 358
            aload 0 /* this */
            aload 7 /* n */
            putfield org.bouncycastle.math.ec.ECCurve$F2m.n:Ljava/math/BigInteger;
         8: .line 359
            aload 0 /* this */
            aload 8 /* h */
            putfield org.bouncycastle.math.ec.ECCurve$F2m.h:Ljava/math/BigInteger;
         9: .line 361
            iload 2 /* k1 */
            ifne 11
        10: .line 363
            new java.lang.IllegalArgumentException
            dup
            ldc "k1 must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 366
      StackMap locals: org.bouncycastle.math.ec.ECCurve$F2m int int int int java.math.BigInteger java.math.BigInteger java.math.BigInteger java.math.BigInteger
      StackMap stack:
            iload 3 /* k2 */
            ifne 14
        12: .line 368
            iload 4 /* k3 */
            ifeq 18
        13: .line 370
            new java.lang.IllegalArgumentException
            dup
            ldc "k3 must be 0 if k2 == 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 375
      StackMap locals:
      StackMap stack:
            iload 3 /* k2 */
            iload 2 /* k1 */
            if_icmpgt 16
        15: .line 377
            new java.lang.IllegalArgumentException
            dup
            ldc "k2 must be > k1"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        16: .line 380
      StackMap locals:
      StackMap stack:
            iload 4 /* k3 */
            iload 3 /* k2 */
            if_icmpgt 18
        17: .line 382
            new java.lang.IllegalArgumentException
            dup
            ldc "k3 must be > k2"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 5 /* a */
            invokevirtual org.bouncycastle.math.ec.ECCurve$F2m.fromBigInteger:(Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
            putfield org.bouncycastle.math.ec.ECCurve$F2m.a:Lorg/bouncycastle/math/ec/ECFieldElement;
        19: .line 387
            aload 0 /* this */
            aload 0 /* this */
            aload 6 /* b */
            invokevirtual org.bouncycastle.math.ec.ECCurve$F2m.fromBigInteger:(Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
            putfield org.bouncycastle.math.ec.ECCurve$F2m.b:Lorg/bouncycastle/math/ec/ECFieldElement;
        20: .line 388
            aload 0 /* this */
            new org.bouncycastle.math.ec.ECPoint$F2m
            dup
            aload 0 /* this */
            aconst_null
            aconst_null
            invokespecial org.bouncycastle.math.ec.ECPoint$F2m.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)V
            putfield org.bouncycastle.math.ec.ECCurve$F2m.infinity:Lorg/bouncycastle/math/ec/ECPoint$F2m;
        21: .line 389
            return
        end local 8 // java.math.BigInteger h
        end local 7 // java.math.BigInteger n
        end local 6 // java.math.BigInteger b
        end local 5 // java.math.BigInteger a
        end local 4 // int k3
        end local 3 // int k2
        end local 2 // int k1
        end local 1 // int m
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;
            0   22     1     m  I
            0   22     2    k1  I
            0   22     3    k2  I
            0   22     4    k3  I
            0   22     5     a  Ljava/math/BigInteger;
            0   22     6     b  Ljava/math/BigInteger;
            0   22     7     n  Ljava/math/BigInteger;
            0   22     8     h  Ljava/math/BigInteger;
    MethodParameters:
      Name  Flags
      m     
      k1    
      k2    
      k3    
      a     
      b     
      n     
      h     

  public int getFieldSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
         0: .line 393
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;

  public org.bouncycastle.math.ec.ECFieldElement fromBigInteger(java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
        start local 1 // java.math.BigInteger x
         0: .line 398
            new org.bouncycastle.math.ec.ECFieldElement$F2m
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
            aload 1 /* x */
            invokespecial org.bouncycastle.math.ec.ECFieldElement$F2m.<init>:(IIIILjava/math/BigInteger;)V
            areturn
        end local 1 // java.math.BigInteger x
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;
            0    1     1     x  Ljava/math/BigInteger;
    MethodParameters:
      Name  Flags
      x     

  public org.bouncycastle.math.ec.ECPoint createPoint(java.math.BigInteger, java.math.BigInteger, boolean);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;Z)Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
        start local 1 // java.math.BigInteger x
        start local 2 // java.math.BigInteger y
        start local 3 // boolean withCompression
         0: .line 403
            new org.bouncycastle.math.ec.ECPoint$F2m
            dup
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* x */
            invokevirtual org.bouncycastle.math.ec.ECCurve$F2m.fromBigInteger:(Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 0 /* this */
            aload 2 /* y */
            invokevirtual org.bouncycastle.math.ec.ECCurve$F2m.fromBigInteger:(Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
            iload 3 /* withCompression */
            invokespecial org.bouncycastle.math.ec.ECPoint$F2m.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        end local 3 // boolean withCompression
        end local 2 // java.math.BigInteger y
        end local 1 // java.math.BigInteger x
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/bouncycastle/math/ec/ECCurve$F2m;
            0    1     1                x  Ljava/math/BigInteger;
            0    1     2                y  Ljava/math/BigInteger;
            0    1     3  withCompression  Z
    MethodParameters:
                 Name  Flags
      x                
      y                
      withCompression  

  public org.bouncycastle.math.ec.ECPoint decodePoint(byte[]);
    descriptor: ([B)Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=6, args_size=2
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
        start local 1 // byte[] encoded
         0: .line 411
            aconst_null
            astore 2 /* p */
        start local 2 // org.bouncycastle.math.ec.ECPoint p
         1: .line 413
            aload 1 /* encoded */
            iconst_0
            baload
            tableswitch { // 0 - 7
                    0: 2
                    1: 27
                    2: 6
                    3: 6
                    4: 13
                    5: 27
                    6: 13
                    7: 13
              default: 27
          }
         2: .line 417
      StackMap locals: org.bouncycastle.math.ec.ECPoint
      StackMap stack:
            aload 1 /* encoded */
            arraylength
            iconst_1
            if_icmple 4
         3: .line 419
            new java.lang.RuntimeException
            dup
            ldc "Invalid point encoding"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 421
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.ECCurve$F2m.getInfinity:()Lorg/bouncycastle/math/ec/ECPoint;
            astore 2 /* p */
         5: .line 422
            goto 28
         6: .line 426
      StackMap locals:
      StackMap stack:
            aload 1 /* encoded */
            arraylength
            iconst_1
            isub
            newarray 8
            astore 3 /* enc */
        start local 3 // byte[] enc
         7: .line 427
            aload 1 /* encoded */
            iconst_1
            aload 3 /* enc */
            iconst_0
            aload 3 /* enc */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 428
            aload 1 /* encoded */
            iconst_0
            baload
            iconst_2
            if_icmpne 11
         9: .line 430
            aload 0 /* this */
            aload 3 /* enc */
            iconst_0
            invokevirtual org.bouncycastle.math.ec.ECCurve$F2m.decompressPoint:([BI)Lorg/bouncycastle/math/ec/ECPoint;
            astore 2 /* p */
        10: .line 431
            goto 28
        11: .line 434
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            aload 3 /* enc */
            iconst_1
            invokevirtual org.bouncycastle.math.ec.ECCurve$F2m.decompressPoint:([BI)Lorg/bouncycastle/math/ec/ECPoint;
            astore 2 /* p */
        12: .line 436
            goto 28
        end local 3 // byte[] enc
        13: .line 442
      StackMap locals:
      StackMap stack:
            aload 1 /* encoded */
            arraylength
            iconst_1
            isub
            iconst_2
            idiv
            newarray 8
            astore 4 /* xEnc */
        start local 4 // byte[] xEnc
        14: .line 443
            aload 1 /* encoded */
            arraylength
            iconst_1
            isub
            iconst_2
            idiv
            newarray 8
            astore 5 /* yEnc */
        start local 5 // byte[] yEnc
        15: .line 445
            aload 1 /* encoded */
            iconst_1
            aload 4 /* xEnc */
            iconst_0
            aload 4 /* xEnc */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        16: .line 446
            aload 1 /* encoded */
            aload 4 /* xEnc */
            arraylength
            iconst_1
            iadd
            aload 5 /* yEnc */
            iconst_0
            aload 5 /* yEnc */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        17: .line 448
            new org.bouncycastle.math.ec.ECPoint$F2m
            dup
            aload 0 /* this */
        18: .line 449
            new org.bouncycastle.math.ec.ECFieldElement$F2m
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
        19: .line 450
            new java.math.BigInteger
            dup
            iconst_1
            aload 4 /* xEnc */
            invokespecial java.math.BigInteger.<init>:(I[B)V
        20: .line 449
            invokespecial org.bouncycastle.math.ec.ECFieldElement$F2m.<init>:(IIIILjava/math/BigInteger;)V
        21: .line 451
            new org.bouncycastle.math.ec.ECFieldElement$F2m
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
        22: .line 452
            new java.math.BigInteger
            dup
            iconst_1
            aload 5 /* yEnc */
            invokespecial java.math.BigInteger.<init>:(I[B)V
        23: .line 451
            invokespecial org.bouncycastle.math.ec.ECFieldElement$F2m.<init>:(IIIILjava/math/BigInteger;)V
        24: .line 452
            iconst_0
        25: .line 448
            invokespecial org.bouncycastle.math.ec.ECPoint$F2m.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            astore 2 /* p */
        26: .line 453
            goto 28
        end local 5 // byte[] yEnc
        end local 4 // byte[] xEnc
        27: .line 456
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid point encoding 0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* encoded */
            iconst_0
            baload
            bipush 16
            invokestatic java.lang.Integer.toString:(II)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        28: .line 459
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            areturn
        end local 2 // org.bouncycastle.math.ec.ECPoint p
        end local 1 // byte[] encoded
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   29     0     this  Lorg/bouncycastle/math/ec/ECCurve$F2m;
            0   29     1  encoded  [B
            1   29     2        p  Lorg/bouncycastle/math/ec/ECPoint;
            7   13     3      enc  [B
           14   27     4     xEnc  [B
           15   27     5     yEnc  [B
    MethodParameters:
         Name  Flags
      encoded  

  public org.bouncycastle.math.ec.ECPoint getInfinity();
    descriptor: ()Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
         0: .line 464
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.infinity:Lorg/bouncycastle/math/ec/ECPoint$F2m;
            areturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;

  public boolean isKoblitz();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
         0: .line 473
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.n:Ljava/math/BigInteger;
            ifnull 5
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.h:Ljava/math/BigInteger;
            ifnull 5
         1: .line 474
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.a:Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.toBigInteger:()Ljava/math/BigInteger;
            getstatic org.bouncycastle.math.ec.ECConstants.ZERO:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.equals:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 475
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.a:Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.toBigInteger:()Ljava/math/BigInteger;
            getstatic org.bouncycastle.math.ec.ECConstants.ONE:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.equals:(Ljava/lang/Object;)Z
            ifeq 5
         3: .line 476
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.b:Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.toBigInteger:()Ljava/math/BigInteger;
            getstatic org.bouncycastle.math.ec.ECConstants.ONE:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 473
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;

  synchronized byte getMu();
    descriptor: ()B
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
         0: .line 487
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.mu:B
            ifne 2
         1: .line 489
            aload 0 /* this */
            aload 0 /* this */
            invokestatic org.bouncycastle.math.ec.Tnaf.getMu:(Lorg/bouncycastle/math/ec/ECCurve$F2m;)B
            putfield org.bouncycastle.math.ec.ECCurve$F2m.mu:B
         2: .line 491
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.mu:B
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;

  synchronized java.math.BigInteger[] getSi();
    descriptor: ()[Ljava/math/BigInteger;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
         0: .line 501
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.si:[Ljava/math/BigInteger;
            ifnonnull 2
         1: .line 503
            aload 0 /* this */
            aload 0 /* this */
            invokestatic org.bouncycastle.math.ec.Tnaf.getSi:(Lorg/bouncycastle/math/ec/ECCurve$F2m;)[Ljava/math/BigInteger;
            putfield org.bouncycastle.math.ec.ECCurve$F2m.si:[Ljava/math/BigInteger;
         2: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.si:[Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;

  private org.bouncycastle.math.ec.ECPoint decompressPoint(byte[], int);
    descriptor: ([BI)Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=8, args_size=3
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
        start local 1 // byte[] xEnc
        start local 2 // int ypBit
         0: .line 521
            new org.bouncycastle.math.ec.ECFieldElement$F2m
            dup
         1: .line 522
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
            new java.math.BigInteger
            dup
            iconst_1
            aload 1 /* xEnc */
            invokespecial java.math.BigInteger.<init>:(I[B)V
         2: .line 521
            invokespecial org.bouncycastle.math.ec.ECFieldElement$F2m.<init>:(IIIILjava/math/BigInteger;)V
            astore 3 /* xp */
        start local 3 // org.bouncycastle.math.ec.ECFieldElement xp
         3: .line 523
            aconst_null
            astore 4 /* yp */
        start local 4 // org.bouncycastle.math.ec.ECFieldElement yp
         4: .line 524
            aload 3 /* xp */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.toBigInteger:()Ljava/math/BigInteger;
            getstatic org.bouncycastle.math.ec.ECConstants.ZERO:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.equals:(Ljava/lang/Object;)Z
            ifeq 12
         5: .line 526
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.b:Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.ECFieldElement$F2m
            astore 4 /* yp */
         6: .line 527
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 10
         8: .line 529
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int
      StackMap stack:
            aload 4 /* yp */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 4 /* yp */
         9: .line 527
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
            iconst_1
            isub
            if_icmplt 8
        end local 5 // int i
        11: .line 531
            goto 26
        12: .line 534
      StackMap locals:
      StackMap stack:
            aload 3 /* xp */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.a:Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
        13: .line 535
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.b:Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 3 /* xp */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.invert:()Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
        14: .line 534
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 5 /* beta */
        start local 5 // org.bouncycastle.math.ec.ECFieldElement beta
        15: .line 536
            aload 0 /* this */
            aload 5 /* beta */
            invokevirtual org.bouncycastle.math.ec.ECCurve$F2m.solveQuadradicEquation:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 6 /* z */
        start local 6 // org.bouncycastle.math.ec.ECFieldElement z
        16: .line 537
            aload 6 /* z */
            ifnonnull 18
        17: .line 539
            new java.lang.RuntimeException
            dup
            ldc "Invalid point compression"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 541
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            iconst_0
            istore 7 /* zBit */
        start local 7 // int zBit
        19: .line 542
            aload 6 /* z */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.toBigInteger:()Ljava/math/BigInteger;
            iconst_0
            invokevirtual java.math.BigInteger.testBit:(I)Z
            ifeq 21
        20: .line 544
            iconst_1
            istore 7 /* zBit */
        21: .line 546
      StackMap locals: int
      StackMap stack:
            iload 7 /* zBit */
            iload 2 /* ypBit */
            if_icmpeq 25
        22: .line 548
            aload 6 /* z */
            new org.bouncycastle.math.ec.ECFieldElement$F2m
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
        23: .line 549
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
            getstatic org.bouncycastle.math.ec.ECConstants.ONE:Ljava/math/BigInteger;
            invokespecial org.bouncycastle.math.ec.ECFieldElement$F2m.<init>:(IIIILjava/math/BigInteger;)V
        24: .line 548
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 6 /* z */
        25: .line 551
      StackMap locals:
      StackMap stack:
            aload 3 /* xp */
            aload 6 /* z */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 4 /* yp */
        end local 7 // int zBit
        end local 6 // org.bouncycastle.math.ec.ECFieldElement z
        end local 5 // org.bouncycastle.math.ec.ECFieldElement beta
        26: .line 554
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.math.ec.ECPoint$F2m
            dup
            aload 0 /* this */
            aload 3 /* xp */
            aload 4 /* yp */
            invokespecial org.bouncycastle.math.ec.ECPoint$F2m.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)V
            areturn
        end local 4 // org.bouncycastle.math.ec.ECFieldElement yp
        end local 3 // org.bouncycastle.math.ec.ECFieldElement xp
        end local 2 // int ypBit
        end local 1 // byte[] xEnc
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   27     0   this  Lorg/bouncycastle/math/ec/ECCurve$F2m;
            0   27     1   xEnc  [B
            0   27     2  ypBit  I
            3   27     3     xp  Lorg/bouncycastle/math/ec/ECFieldElement;
            4   27     4     yp  Lorg/bouncycastle/math/ec/ECFieldElement;
            7   11     5      i  I
           15   26     5   beta  Lorg/bouncycastle/math/ec/ECFieldElement;
           16   26     6      z  Lorg/bouncycastle/math/ec/ECFieldElement;
           19   26     7   zBit  I
    MethodParameters:
       Name  Flags
      xEnc   
      ypBit  

  private org.bouncycastle.math.ec.ECFieldElement solveQuadradicEquation(org.bouncycastle.math.ec.ECFieldElement);
    descriptor: (Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=10, args_size=2
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement beta
         0: .line 568
            new org.bouncycastle.math.ec.ECFieldElement$F2m
            dup
         1: .line 569
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
            getstatic org.bouncycastle.math.ec.ECConstants.ZERO:Ljava/math/BigInteger;
         2: .line 568
            invokespecial org.bouncycastle.math.ec.ECFieldElement$F2m.<init>:(IIIILjava/math/BigInteger;)V
            astore 2 /* zeroElement */
        start local 2 // org.bouncycastle.math.ec.ECFieldElement zeroElement
         3: .line 571
            aload 1 /* beta */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.toBigInteger:()Ljava/math/BigInteger;
            getstatic org.bouncycastle.math.ec.ECConstants.ZERO:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 573
            aload 2 /* zeroElement */
            areturn
         5: .line 576
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aconst_null
            astore 3 /* z */
        start local 3 // org.bouncycastle.math.ec.ECFieldElement z
         6: .line 577
            aload 2 /* zeroElement */
            astore 4 /* gamma */
        start local 4 // org.bouncycastle.math.ec.ECFieldElement gamma
         7: .line 579
            new java.util.Random
            dup
            invokespecial java.util.Random.<init>:()V
            astore 5 /* rand */
        start local 5 // java.util.Random rand
         8: .line 582
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement java.util.Random
      StackMap stack:
            new org.bouncycastle.math.ec.ECFieldElement$F2m
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
         9: .line 583
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
            new java.math.BigInteger
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
            aload 5 /* rand */
            invokespecial java.math.BigInteger.<init>:(ILjava/util/Random;)V
        10: .line 582
            invokespecial org.bouncycastle.math.ec.ECFieldElement$F2m.<init>:(IIIILjava/math/BigInteger;)V
            astore 6 /* t */
        start local 6 // org.bouncycastle.math.ec.ECFieldElement t
        11: .line 584
            aload 2 /* zeroElement */
            astore 3 /* z */
        12: .line 585
            aload 1 /* beta */
            astore 7 /* w */
        start local 7 // org.bouncycastle.math.ec.ECFieldElement w
        13: .line 586
            iconst_1
            istore 8 /* i */
        start local 8 // int i
        14: goto 19
        15: .line 588
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int
      StackMap stack:
            aload 7 /* w */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 9 /* w2 */
        start local 9 // org.bouncycastle.math.ec.ECFieldElement w2
        16: .line 589
            aload 3 /* z */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 9 /* w2 */
            aload 6 /* t */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 3 /* z */
        17: .line 590
            aload 9 /* w2 */
            aload 1 /* beta */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 7 /* w */
        end local 9 // org.bouncycastle.math.ec.ECFieldElement w2
        18: .line 586
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 8 /* i */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
            iconst_1
            isub
            if_icmple 15
        end local 8 // int i
        20: .line 592
            aload 7 /* w */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.toBigInteger:()Ljava/math/BigInteger;
            getstatic org.bouncycastle.math.ec.ECConstants.ZERO:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.equals:(Ljava/lang/Object;)Z
            ifne 22
        21: .line 594
            aconst_null
            areturn
        22: .line 596
      StackMap locals:
      StackMap stack:
            aload 3 /* z */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 3 /* z */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 4 /* gamma */
        end local 7 // org.bouncycastle.math.ec.ECFieldElement w
        end local 6 // org.bouncycastle.math.ec.ECFieldElement t
        23: .line 598
            aload 4 /* gamma */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.toBigInteger:()Ljava/math/BigInteger;
            getstatic org.bouncycastle.math.ec.ECConstants.ZERO:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.equals:(Ljava/lang/Object;)Z
            ifne 8
        24: .line 600
            aload 3 /* z */
            areturn
        end local 5 // java.util.Random rand
        end local 4 // org.bouncycastle.math.ec.ECFieldElement gamma
        end local 3 // org.bouncycastle.math.ec.ECFieldElement z
        end local 2 // org.bouncycastle.math.ec.ECFieldElement zeroElement
        end local 1 // org.bouncycastle.math.ec.ECFieldElement beta
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   25     0         this  Lorg/bouncycastle/math/ec/ECCurve$F2m;
            0   25     1         beta  Lorg/bouncycastle/math/ec/ECFieldElement;
            3   25     2  zeroElement  Lorg/bouncycastle/math/ec/ECFieldElement;
            6   25     3            z  Lorg/bouncycastle/math/ec/ECFieldElement;
            7   25     4        gamma  Lorg/bouncycastle/math/ec/ECFieldElement;
            8   25     5         rand  Ljava/util/Random;
           11   23     6            t  Lorg/bouncycastle/math/ec/ECFieldElement;
           13   23     7            w  Lorg/bouncycastle/math/ec/ECFieldElement;
           14   20     8            i  I
           16   18     9           w2  Lorg/bouncycastle/math/ec/ECFieldElement;
    MethodParameters:
      Name  Flags
      beta  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
        start local 1 // java.lang.Object anObject
         0: .line 606
            aload 1 /* anObject */
            aload 0 /* this */
            if_acmpne 2
         1: .line 608
            iconst_1
            ireturn
         2: .line 611
      StackMap locals:
      StackMap stack:
            aload 1 /* anObject */
            instanceof org.bouncycastle.math.ec.ECCurve$F2m
            ifne 4
         3: .line 613
            iconst_0
            ireturn
         4: .line 616
      StackMap locals:
      StackMap stack:
            aload 1 /* anObject */
            checkcast org.bouncycastle.math.ec.ECCurve$F2m
            astore 2 /* other */
        start local 2 // org.bouncycastle.math.ec.ECCurve$F2m other
         5: .line 618
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
            aload 2 /* other */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
            if_icmpne 9
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
            aload 2 /* other */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
            if_icmpne 9
         6: .line 619
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
            aload 2 /* other */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
            if_icmpne 9
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
            aload 2 /* other */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
            if_icmpne 9
         7: .line 620
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.a:Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 2 /* other */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.a:Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 9
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.b:Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 2 /* other */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.b:Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 9
         8: .line 618
            iconst_1
            ireturn
      StackMap locals: org.bouncycastle.math.ec.ECCurve$F2m
      StackMap stack:
         9: iconst_0
            ireturn
        end local 2 // org.bouncycastle.math.ec.ECCurve$F2m other
        end local 1 // java.lang.Object anObject
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/bouncycastle/math/ec/ECCurve$F2m;
            0   10     1  anObject  Ljava/lang/Object;
            5   10     2     other  Lorg/bouncycastle/math/ec/ECCurve$F2m;
    MethodParameters:
          Name  Flags
      anObject  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
         0: .line 625
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.a:Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual java.lang.Object.hashCode:()I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.b:Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual java.lang.Object.hashCode:()I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
            ixor
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;

  public int getM();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
         0: .line 630
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;

  public boolean isTrinomial();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
         0: .line 640
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
            ifne 1
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;

  public int getK1();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
         0: .line 645
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;

  public int getK2();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
         0: .line 650
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;

  public int getK3();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
         0: .line 655
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;

  public java.math.BigInteger getN();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
         0: .line 660
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.n:Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;

  public java.math.BigInteger getH();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
         0: .line 665
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$F2m.h:Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve$F2m;
}
SourceFile: "ECCurve.java"
NestHost: org.bouncycastle.math.ec.ECCurve
InnerClasses:
  public F2m = org.bouncycastle.math.ec.ECCurve$F2m of org.bouncycastle.math.ec.ECCurve
  public F2m = org.bouncycastle.math.ec.ECFieldElement$F2m of org.bouncycastle.math.ec.ECFieldElement
  public F2m = org.bouncycastle.math.ec.ECPoint$F2m of org.bouncycastle.math.ec.ECPoint