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 abstract sun.security.util.math.ImmutableIntegerModuloP getElement(byte[]);
    descriptor: ([B)Lsun/security/util/math/ImmutableIntegerModuloP;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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"