class org.bouncycastle.math.ec.ValidityPrecompInfo implements org.bouncycastle.math.ec.PreCompInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bouncycastle.math.ec.ValidityPrecompInfo
  super_class: java.lang.Object
{
  static final java.lang.String PRECOMP_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "bc_validity"

  private boolean failed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean curveEquationPassed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean orderPassed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ValidityPrecompInfo this
         0: .line 3
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 7
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.math.ec.ValidityPrecompInfo.failed:Z
         2: .line 8
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.math.ec.ValidityPrecompInfo.curveEquationPassed:Z
         3: .line 9
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.math.ec.ValidityPrecompInfo.orderPassed:Z
         4: .line 3
            return
        end local 0 // org.bouncycastle.math.ec.ValidityPrecompInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/math/ec/ValidityPrecompInfo;

  boolean hasFailed();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ValidityPrecompInfo this
         0: .line 13
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ValidityPrecompInfo.failed:Z
            ireturn
        end local 0 // org.bouncycastle.math.ec.ValidityPrecompInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ValidityPrecompInfo;

  void reportFailed();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ValidityPrecompInfo this
         0: .line 18
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.math.ec.ValidityPrecompInfo.failed:Z
         1: .line 19
            return
        end local 0 // org.bouncycastle.math.ec.ValidityPrecompInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/math/ec/ValidityPrecompInfo;

  boolean hasCurveEquationPassed();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ValidityPrecompInfo this
         0: .line 23
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ValidityPrecompInfo.curveEquationPassed:Z
            ireturn
        end local 0 // org.bouncycastle.math.ec.ValidityPrecompInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ValidityPrecompInfo;

  void reportCurveEquationPassed();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ValidityPrecompInfo this
         0: .line 28
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.math.ec.ValidityPrecompInfo.curveEquationPassed:Z
         1: .line 29
            return
        end local 0 // org.bouncycastle.math.ec.ValidityPrecompInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/math/ec/ValidityPrecompInfo;

  boolean hasOrderPassed();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ValidityPrecompInfo this
         0: .line 33
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ValidityPrecompInfo.orderPassed:Z
            ireturn
        end local 0 // org.bouncycastle.math.ec.ValidityPrecompInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ValidityPrecompInfo;

  void reportOrderPassed();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ValidityPrecompInfo this
         0: .line 38
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.math.ec.ValidityPrecompInfo.orderPassed:Z
         1: .line 39
            return
        end local 0 // org.bouncycastle.math.ec.ValidityPrecompInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/math/ec/ValidityPrecompInfo;
}
SourceFile: "ValidityPrecompInfo.java"