class org.bouncycastle.math.field.GF2Polynomial implements org.bouncycastle.math.field.Polynomial
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bouncycastle.math.field.GF2Polynomial
  super_class: java.lang.Object
{
  protected final int[] exponents;
    descriptor: [I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  void <init>(int[]);
    descriptor: ([I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.math.field.GF2Polynomial this
        start local 1 // int[] exponents
         0: .line 9
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 11
            aload 0 /* this */
            aload 1 /* exponents */
            invokestatic org.bouncycastle.util.Arrays.clone:([I)[I
            putfield org.bouncycastle.math.field.GF2Polynomial.exponents:[I
         2: .line 12
            return
        end local 1 // int[] exponents
        end local 0 // org.bouncycastle.math.field.GF2Polynomial this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/bouncycastle/math/field/GF2Polynomial;
            0    3     1  exponents  [I
    MethodParameters:
           Name  Flags
      exponents  

  public int getDegree();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.field.GF2Polynomial this
         0: .line 16
            aload 0 /* this */
            getfield org.bouncycastle.math.field.GF2Polynomial.exponents:[I
            aload 0 /* this */
            getfield org.bouncycastle.math.field.GF2Polynomial.exponents:[I
            arraylength
            iconst_1
            isub
            iaload
            ireturn
        end local 0 // org.bouncycastle.math.field.GF2Polynomial this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/field/GF2Polynomial;

  public int[] getExponentsPresent();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.field.GF2Polynomial this
         0: .line 21
            aload 0 /* this */
            getfield org.bouncycastle.math.field.GF2Polynomial.exponents:[I
            invokestatic org.bouncycastle.util.Arrays.clone:([I)[I
            areturn
        end local 0 // org.bouncycastle.math.field.GF2Polynomial this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/field/GF2Polynomial;

  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.field.GF2Polynomial this
        start local 1 // java.lang.Object obj
         0: .line 26
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 28
            iconst_1
            ireturn
         2: .line 30
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.bouncycastle.math.field.GF2Polynomial
            ifne 4
         3: .line 32
            iconst_0
            ireturn
         4: .line 34
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.bouncycastle.math.field.GF2Polynomial
            astore 2 /* other */
        start local 2 // org.bouncycastle.math.field.GF2Polynomial other
         5: .line 35
            aload 0 /* this */
            getfield org.bouncycastle.math.field.GF2Polynomial.exponents:[I
            aload 2 /* other */
            getfield org.bouncycastle.math.field.GF2Polynomial.exponents:[I
            invokestatic org.bouncycastle.util.Arrays.areEqual:([I[I)Z
            ireturn
        end local 2 // org.bouncycastle.math.field.GF2Polynomial other
        end local 1 // java.lang.Object obj
        end local 0 // org.bouncycastle.math.field.GF2Polynomial this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/bouncycastle/math/field/GF2Polynomial;
            0    6     1    obj  Ljava/lang/Object;
            5    6     2  other  Lorg/bouncycastle/math/field/GF2Polynomial;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.field.GF2Polynomial this
         0: .line 40
            aload 0 /* this */
            getfield org.bouncycastle.math.field.GF2Polynomial.exponents:[I
            invokestatic org.bouncycastle.util.Arrays.hashCode:([I)I
            ireturn
        end local 0 // org.bouncycastle.math.field.GF2Polynomial this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/field/GF2Polynomial;
}
SourceFile: "GF2Polynomial.java"