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

  private final int val$len;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$FE_BYTES;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final byte[] val$table;
    descriptor: [B
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.bouncycastle.math.ec.ECCurve, int, int, byte[]);
    descriptor: (Lorg/bouncycastle/math/ec/ECCurve;II[B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.bouncycastle.math.ec.ECCurve$1 this
         0: .line 495
            aload 0 /* this */
            aload 1
            putfield org.bouncycastle.math.ec.ECCurve$1.this$0:Lorg/bouncycastle/math/ec/ECCurve;
            aload 0 /* this */
            iload 2
            putfield org.bouncycastle.math.ec.ECCurve$1.val$len:I
            aload 0 /* this */
            iload 3
            putfield org.bouncycastle.math.ec.ECCurve$1.val$FE_BYTES:I
            aload 0 /* this */
            aload 4
            putfield org.bouncycastle.math.ec.ECCurve$1.val$table:[B
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.bouncycastle.math.ec.ECCurve$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve$1;
    MethodParameters:
              Name  Flags
      this$0        final
      val$len       final
      val$FE_BYTES  final
      val$table     final

  public int getSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$1 this
         0: .line 499
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$1.val$len:I
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve$1;

  public org.bouncycastle.math.ec.ECPoint lookup(int);
    descriptor: (I)Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // org.bouncycastle.math.ec.ECCurve$1 this
        start local 1 // int index
         0: .line 504
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$1.val$FE_BYTES:I
            newarray 8
            astore 2 /* x */
        start local 2 // byte[] x
         1: aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$1.val$FE_BYTES:I
            newarray 8
            astore 3 /* y */
        start local 3 // byte[] y
         2: .line 505
            iconst_0
            istore 4 /* pos */
        start local 4 // int pos
         3: .line 507
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 14
         5: .line 509
      StackMap locals: org.bouncycastle.math.ec.ECCurve$1 int byte[] byte[] int int
      StackMap stack:
            iload 5 /* i */
            iload 1 /* index */
            ixor
            iconst_1
            isub
            bipush 31
            ishr
            istore 6 /* MASK */
        start local 6 // int MASK
         6: .line 511
            iconst_0
            istore 7 /* j */
        start local 7 // int j
         7: goto 11
         8: .line 513
      StackMap locals: int int
      StackMap stack:
            aload 2 /* x */
            iload 7 /* j */
            dup2
            baload
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$1.val$table:[B
            iload 4 /* pos */
            iload 7 /* j */
            iadd
            baload
            iload 6 /* MASK */
            iand
            ixor
            i2b
            bastore
         9: .line 514
            aload 3 /* y */
            iload 7 /* j */
            dup2
            baload
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$1.val$table:[B
            iload 4 /* pos */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$1.val$FE_BYTES:I
            iadd
            iload 7 /* j */
            iadd
            baload
            iload 6 /* MASK */
            iand
            ixor
            i2b
            bastore
        10: .line 511
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        11: iload 7 /* j */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$1.val$FE_BYTES:I
            if_icmplt 8
        end local 7 // int j
        12: .line 517
            iload 4 /* pos */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$1.val$FE_BYTES:I
            iconst_2
            imul
            iadd
            istore 4 /* pos */
        end local 6 // int MASK
        13: .line 507
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 5 /* i */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$1.val$len:I
            if_icmplt 5
        end local 5 // int i
        15: .line 520
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$1.this$0:Lorg/bouncycastle/math/ec/ECCurve;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$1.this$0:Lorg/bouncycastle/math/ec/ECCurve;
            new java.math.BigInteger
            dup
            iconst_1
            aload 2 /* x */
            invokespecial java.math.BigInteger.<init>:(I[B)V
            invokevirtual org.bouncycastle.math.ec.ECCurve.fromBigInteger:(Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$1.this$0:Lorg/bouncycastle/math/ec/ECCurve;
            new java.math.BigInteger
            dup
            iconst_1
            aload 3 /* y */
            invokespecial java.math.BigInteger.<init>:(I[B)V
            invokevirtual org.bouncycastle.math.ec.ECCurve.fromBigInteger:(Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            invokevirtual org.bouncycastle.math.ec.ECCurve.createRawPoint:(Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        end local 4 // int pos
        end local 3 // byte[] y
        end local 2 // byte[] x
        end local 1 // int index
        end local 0 // org.bouncycastle.math.ec.ECCurve$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lorg/bouncycastle/math/ec/ECCurve$1;
            0   16     1  index  I
            1   16     2      x  [B
            2   16     3      y  [B
            3   16     4    pos  I
            4   15     5      i  I
            6   13     6   MASK  I
            7   12     7      j  I
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "ECCurve.java"
EnclosingMethod: org.bouncycastle.math.ec.ECCurve.createCacheSafeLookupTable:([Lorg/bouncycastle/math/ec/ECPoint;II)Lorg/bouncycastle/math/ec/ECLookupTable;
NestHost: org.bouncycastle.math.ec.ECCurve
InnerClasses:
  org.bouncycastle.math.ec.ECCurve$1