class org.bouncycastle.math.ec.ECPoint$1 implements org.bouncycastle.math.ec.PreCompCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bouncycastle.math.ec.ECPoint$1
  super_class: java.lang.Object
{
  final org.bouncycastle.math.ec.ECPoint this$0;
    descriptor: Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$decompressed;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$checkOrder;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.bouncycastle.math.ec.ECPoint, boolean, boolean);
    descriptor: (Lorg/bouncycastle/math/ec/ECPoint;ZZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.bouncycastle.math.ec.ECPoint$1 this
         0: .line 296
            aload 0 /* this */
            aload 1
            putfield org.bouncycastle.math.ec.ECPoint$1.this$0:Lorg/bouncycastle/math/ec/ECPoint;
            aload 0 /* this */
            iload 2
            putfield org.bouncycastle.math.ec.ECPoint$1.val$decompressed:Z
            aload 0 /* this */
            iload 3
            putfield org.bouncycastle.math.ec.ECPoint$1.val$checkOrder:Z
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.bouncycastle.math.ec.ECPoint$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECPoint$1;
    MethodParameters:
                  Name  Flags
      this$0            final
      val$decompressed  final
      val$checkOrder    final

  public org.bouncycastle.math.ec.PreCompInfo precompute(org.bouncycastle.math.ec.PreCompInfo);
    descriptor: (Lorg/bouncycastle/math/ec/PreCompInfo;)Lorg/bouncycastle/math/ec/PreCompInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.bouncycastle.math.ec.ECPoint$1 this
        start local 1 // org.bouncycastle.math.ec.PreCompInfo existing
         0: .line 300
            aload 1 /* existing */
            instanceof org.bouncycastle.math.ec.ValidityPrecompInfo
            ifeq 1
            aload 1 /* existing */
            checkcast org.bouncycastle.math.ec.ValidityPrecompInfo
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: org.bouncycastle.math.ec.ValidityPrecompInfo
         2: astore 2 /* info */
        start local 2 // org.bouncycastle.math.ec.ValidityPrecompInfo info
         3: .line 301
            aload 2 /* info */
            ifnonnull 5
         4: .line 303
            new org.bouncycastle.math.ec.ValidityPrecompInfo
            dup
            invokespecial org.bouncycastle.math.ec.ValidityPrecompInfo.<init>:()V
            astore 2 /* info */
         5: .line 306
      StackMap locals: org.bouncycastle.math.ec.ValidityPrecompInfo
      StackMap stack:
            aload 2 /* info */
            invokevirtual org.bouncycastle.math.ec.ValidityPrecompInfo.hasFailed:()Z
            ifeq 7
         6: .line 308
            aload 2 /* info */
            areturn
         7: .line 310
      StackMap locals:
      StackMap stack:
            aload 2 /* info */
            invokevirtual org.bouncycastle.math.ec.ValidityPrecompInfo.hasCurveEquationPassed:()Z
            ifne 12
         8: .line 312
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECPoint$1.val$decompressed:Z
            ifne 11
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECPoint$1.this$0:Lorg/bouncycastle/math/ec/ECPoint;
            invokevirtual org.bouncycastle.math.ec.ECPoint.satisfiesCurveEquation:()Z
            ifne 11
         9: .line 314
            aload 2 /* info */
            invokevirtual org.bouncycastle.math.ec.ValidityPrecompInfo.reportFailed:()V
        10: .line 315
            aload 2 /* info */
            areturn
        11: .line 317
      StackMap locals:
      StackMap stack:
            aload 2 /* info */
            invokevirtual org.bouncycastle.math.ec.ValidityPrecompInfo.reportCurveEquationPassed:()V
        12: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECPoint$1.val$checkOrder:Z
            ifeq 17
            aload 2 /* info */
            invokevirtual org.bouncycastle.math.ec.ValidityPrecompInfo.hasOrderPassed:()Z
            ifne 17
        13: .line 321
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECPoint$1.this$0:Lorg/bouncycastle/math/ec/ECPoint;
            invokevirtual org.bouncycastle.math.ec.ECPoint.satisfiesOrder:()Z
            ifne 16
        14: .line 323
            aload 2 /* info */
            invokevirtual org.bouncycastle.math.ec.ValidityPrecompInfo.reportFailed:()V
        15: .line 324
            aload 2 /* info */
            areturn
        16: .line 326
      StackMap locals:
      StackMap stack:
            aload 2 /* info */
            invokevirtual org.bouncycastle.math.ec.ValidityPrecompInfo.reportOrderPassed:()V
        17: .line 328
      StackMap locals:
      StackMap stack:
            aload 2 /* info */
            areturn
        end local 2 // org.bouncycastle.math.ec.ValidityPrecompInfo info
        end local 1 // org.bouncycastle.math.ec.PreCompInfo existing
        end local 0 // org.bouncycastle.math.ec.ECPoint$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/bouncycastle/math/ec/ECPoint$1;
            0   18     1  existing  Lorg/bouncycastle/math/ec/PreCompInfo;
            3   18     2      info  Lorg/bouncycastle/math/ec/ValidityPrecompInfo;
    MethodParameters:
          Name  Flags
      existing  
}
SourceFile: "ECPoint.java"
EnclosingMethod: org.bouncycastle.math.ec.ECPoint.implIsValid:(ZZ)Z
NestHost: org.bouncycastle.math.ec.ECPoint
InnerClasses:
  org.bouncycastle.math.ec.ECPoint$1