public interface sun.security.util.math.MutableIntegerModuloP extends 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.MutableIntegerModuloP
  super_class: java.lang.Object
{
  public abstract void conditionalSet(sun.security.util.math.IntegerModuloP, int);
    descriptor: (Lsun/security/util/math/IntegerModuloP;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      b     
      set   

  public abstract void conditionalSwapWith(sun.security.util.math.MutableIntegerModuloP, int);
    descriptor: (Lsun/security/util/math/MutableIntegerModuloP;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      b     
      swap  

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

  public abstract sun.security.util.math.MutableIntegerModuloP setValue(byte[], int, int, byte);
    descriptor: ([BIIB)Lsun/security/util/math/MutableIntegerModuloP;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      v         
      offset    
      length    
      highByte  

  public abstract sun.security.util.math.MutableIntegerModuloP setValue(java.nio.ByteBuffer, int, byte);
    descriptor: (Ljava/nio/ByteBuffer;IB)Lsun/security/util/math/MutableIntegerModuloP;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      buf       
      length    
      highByte  

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

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

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

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

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

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

  public abstract sun.security.util.math.MutableIntegerModuloP setReduced();
    descriptor: ()Lsun/security/util/math/MutableIntegerModuloP;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "MutableIntegerModuloP.java"