public interface sun.security.util.math.IntegerModuloP
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.security.util.math.IntegerModuloP
  super_class: java.lang.Object
{
  public abstract sun.security.util.math.IntegerFieldModuloP getField();
    descriptor: ()Lsun/security/util/math/IntegerFieldModuloP;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.math.BigInteger asBigInteger();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.security.util.math.ImmutableIntegerModuloP fixed();
    descriptor: ()Lsun/security/util/math/ImmutableIntegerModuloP;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.security.util.math.MutableIntegerModuloP mutable();
    descriptor: ()Lsun/security/util/math/MutableIntegerModuloP;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.security.util.math.ImmutableIntegerModuloP add(sun.security.util.math.IntegerModuloP);
    descriptor: (Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/ImmutableIntegerModuloP;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      b     

  public abstract sun.security.util.math.ImmutableIntegerModuloP additiveInverse();
    descriptor: ()Lsun/security/util/math/ImmutableIntegerModuloP;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.security.util.math.ImmutableIntegerModuloP multiply(sun.security.util.math.IntegerModuloP);
    descriptor: (Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/ImmutableIntegerModuloP;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      b     

  public byte[] addModPowerTwo(sun.security.util.math.IntegerModuloP, int);
    descriptor: (Lsun/security/util/math/IntegerModuloP;I)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.security.util.math.IntegerModuloP this
        start local 1 // sun.security.util.math.IntegerModuloP b
        start local 2 // int len
         0: .line 115
            iload 2 /* len */
            newarray 8
            astore 3 /* result */
        start local 3 // byte[] result
         1: .line 116
            aload 0 /* this */
            aload 1 /* b */
            aload 3 /* result */
            invokeinterface sun.security.util.math.IntegerModuloP.addModPowerTwo:(Lsun/security/util/math/IntegerModuloP;[B)V
         2: .line 117
            aload 3 /* result */
            areturn
        end local 3 // byte[] result
        end local 2 // int len
        end local 1 // sun.security.util.math.IntegerModuloP b
        end local 0 // sun.security.util.math.IntegerModuloP this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/security/util/math/IntegerModuloP;
            0    3     1       b  Lsun/security/util/math/IntegerModuloP;
            0    3     2     len  I
            1    3     3  result  [B
    MethodParameters:
      Name  Flags
      b     
      len   

  public abstract void addModPowerTwo(sun.security.util.math.IntegerModuloP, byte[]);
    descriptor: (Lsun/security/util/math/IntegerModuloP;[B)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      b       
      result  

  public byte[] asByteArray(int);
    descriptor: (I)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.security.util.math.IntegerModuloP this
        start local 1 // int len
         0: .line 139
            iload 1 /* len */
            newarray 8
            astore 2 /* result */
        start local 2 // byte[] result
         1: .line 140
            aload 0 /* this */
            aload 2 /* result */
            invokeinterface sun.security.util.math.IntegerModuloP.asByteArray:([B)V
         2: .line 141
            aload 2 /* result */
            areturn
        end local 2 // byte[] result
        end local 1 // int len
        end local 0 // sun.security.util.math.IntegerModuloP this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/security/util/math/IntegerModuloP;
            0    3     1     len  I
            1    3     2  result  [B
    MethodParameters:
      Name  Flags
      len   

  public abstract void asByteArray(byte[]);
    descriptor: ([B)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      result  

  public sun.security.util.math.ImmutableIntegerModuloP multiplicativeInverse();
    descriptor: ()Lsun/security/util/math/ImmutableIntegerModuloP;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.security.util.math.IntegerModuloP this
         0: .line 159
            aload 0 /* this */
            aload 0 /* this */
            invokeinterface sun.security.util.math.IntegerModuloP.getField:()Lsun/security/util/math/IntegerFieldModuloP;
            invokeinterface sun.security.util.math.IntegerFieldModuloP.getSize:()Ljava/math/BigInteger;
            ldc 2
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.subtract:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            invokeinterface sun.security.util.math.IntegerModuloP.pow:(Ljava/math/BigInteger;)Lsun/security/util/math/ImmutableIntegerModuloP;
            areturn
        end local 0 // sun.security.util.math.IntegerModuloP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/util/math/IntegerModuloP;

  public sun.security.util.math.ImmutableIntegerModuloP subtract(sun.security.util.math.IntegerModuloP);
    descriptor: (Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/ImmutableIntegerModuloP;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.util.math.IntegerModuloP this
        start local 1 // sun.security.util.math.IntegerModuloP b
         0: .line 169
            aload 0 /* this */
            aload 1 /* b */
            invokeinterface sun.security.util.math.IntegerModuloP.additiveInverse:()Lsun/security/util/math/ImmutableIntegerModuloP;
            invokeinterface sun.security.util.math.IntegerModuloP.add:(Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/ImmutableIntegerModuloP;
            areturn
        end local 1 // sun.security.util.math.IntegerModuloP b
        end local 0 // sun.security.util.math.IntegerModuloP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/util/math/IntegerModuloP;
            0    1     1     b  Lsun/security/util/math/IntegerModuloP;
    MethodParameters:
      Name  Flags
      b     

  public sun.security.util.math.ImmutableIntegerModuloP square();
    descriptor: ()Lsun/security/util/math/ImmutableIntegerModuloP;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.util.math.IntegerModuloP this
         0: .line 180
            aload 0 /* this */
            aload 0 /* this */
            invokeinterface sun.security.util.math.IntegerModuloP.multiply:(Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/ImmutableIntegerModuloP;
            areturn
        end local 0 // sun.security.util.math.IntegerModuloP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/util/math/IntegerModuloP;

  public sun.security.util.math.ImmutableIntegerModuloP pow(java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;)Lsun/security/util/math/ImmutableIntegerModuloP;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // sun.security.util.math.IntegerModuloP this
        start local 1 // java.math.BigInteger b
         0: .line 191
            aload 0 /* this */
            invokeinterface sun.security.util.math.IntegerModuloP.getField:()Lsun/security/util/math/IntegerFieldModuloP;
            invokeinterface sun.security.util.math.IntegerFieldModuloP.get1:()Lsun/security/util/math/ImmutableIntegerModuloP;
            invokeinterface sun.security.util.math.ImmutableIntegerModuloP.mutable:()Lsun/security/util/math/MutableIntegerModuloP;
            astore 2 /* y */
        start local 2 // sun.security.util.math.MutableIntegerModuloP y
         1: .line 192
            aload 0 /* this */
            invokeinterface sun.security.util.math.IntegerModuloP.mutable:()Lsun/security/util/math/MutableIntegerModuloP;
            astore 3 /* x */
        start local 3 // sun.security.util.math.MutableIntegerModuloP x
         2: .line 193
            aload 1 /* b */
            invokevirtual java.math.BigInteger.bitLength:()I
            istore 4 /* bitLength */
        start local 4 // int bitLength
         3: .line 194
            iconst_0
            istore 5 /* bit */
        start local 5 // int bit
         4: goto 9
         5: .line 195
      StackMap locals: sun.security.util.math.IntegerModuloP java.math.BigInteger sun.security.util.math.MutableIntegerModuloP sun.security.util.math.MutableIntegerModuloP int int
      StackMap stack:
            aload 1 /* b */
            iload 5 /* bit */
            invokevirtual java.math.BigInteger.testBit:(I)Z
            ifeq 7
         6: .line 197
            aload 2 /* y */
            aload 3 /* x */
            invokeinterface sun.security.util.math.MutableIntegerModuloP.setProduct:(Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/MutableIntegerModuloP;
            pop
         7: .line 199
      StackMap locals:
      StackMap stack:
            aload 3 /* x */
            invokeinterface sun.security.util.math.MutableIntegerModuloP.setSquare:()Lsun/security/util/math/MutableIntegerModuloP;
            pop
         8: .line 194
            iinc 5 /* bit */ 1
      StackMap locals:
      StackMap stack:
         9: iload 5 /* bit */
            iload 4 /* bitLength */
            if_icmplt 5
        end local 5 // int bit
        10: .line 201
            aload 2 /* y */
            invokeinterface sun.security.util.math.MutableIntegerModuloP.fixed:()Lsun/security/util/math/ImmutableIntegerModuloP;
            areturn
        end local 4 // int bitLength
        end local 3 // sun.security.util.math.MutableIntegerModuloP x
        end local 2 // sun.security.util.math.MutableIntegerModuloP y
        end local 1 // java.math.BigInteger b
        end local 0 // sun.security.util.math.IntegerModuloP this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lsun/security/util/math/IntegerModuloP;
            0   11     1          b  Ljava/math/BigInteger;
            1   11     2          y  Lsun/security/util/math/MutableIntegerModuloP;
            2   11     3          x  Lsun/security/util/math/MutableIntegerModuloP;
            3   11     4  bitLength  I
            4   10     5        bit  I
    MethodParameters:
      Name  Flags
      b     
}
SourceFile: "IntegerModuloP.java"