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

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

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

  public abstract sun.security.util.math.ImmutableIntegerModuloP getElement(java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;)Lsun/security/util/math/ImmutableIntegerModuloP;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      v     

  public abstract sun.security.util.math.SmallValue getSmallValue(int);
    descriptor: (I)Lsun/security/util/math/SmallValue;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      v     

  public sun.security.util.math.ImmutableIntegerModuloP getElement(byte[]);
    descriptor: ([B)Lsun/security/util/math/ImmutableIntegerModuloP;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.security.util.math.IntegerFieldModuloP this
        start local 1 // byte[] v
         0: .line 95
            aload 0 /* this */
            aload 1 /* v */
            iconst_0
            aload 1 /* v */
            arraylength
            iconst_0
            invokeinterface sun.security.util.math.IntegerFieldModuloP.getElement:([BIIB)Lsun/security/util/math/ImmutableIntegerModuloP;
            areturn
        end local 1 // byte[] v
        end local 0 // sun.security.util.math.IntegerFieldModuloP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/util/math/IntegerFieldModuloP;
            0    1     1     v  [B
    MethodParameters:
      Name  Flags
      v     

  public abstract sun.security.util.math.ImmutableIntegerModuloP getElement(byte[], int, int, byte);
    descriptor: ([BIIB)Lsun/security/util/math/ImmutableIntegerModuloP;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      v         
      offset    
      length    
      highByte  
}
SourceFile: "IntegerFieldModuloP.java"