class org.bouncycastle.math.ec.ReferenceMultiplier implements org.bouncycastle.math.ec.ECMultiplier
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bouncycastle.math.ec.ReferenceMultiplier
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ReferenceMultiplier this
         0: .line 5
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.bouncycastle.math.ec.ReferenceMultiplier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ReferenceMultiplier;

  public org.bouncycastle.math.ec.ECPoint multiply(org.bouncycastle.math.ec.ECPoint, java.math.BigInteger, org.bouncycastle.math.ec.PreCompInfo);
    descriptor: (Lorg/bouncycastle/math/ec/ECPoint;Ljava/math/BigInteger;Lorg/bouncycastle/math/ec/PreCompInfo;)Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=4
        start local 0 // org.bouncycastle.math.ec.ReferenceMultiplier this
        start local 1 // org.bouncycastle.math.ec.ECPoint p
        start local 2 // java.math.BigInteger k
        start local 3 // org.bouncycastle.math.ec.PreCompInfo preCompInfo
         0: .line 18
            aload 1 /* p */
            invokevirtual org.bouncycastle.math.ec.ECPoint.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            invokevirtual org.bouncycastle.math.ec.ECCurve.getInfinity:()Lorg/bouncycastle/math/ec/ECPoint;
            astore 4 /* q */
        start local 4 // org.bouncycastle.math.ec.ECPoint q
         1: .line 19
            aload 2 /* k */
            invokevirtual java.math.BigInteger.bitLength:()I
            istore 5 /* t */
        start local 5 // int t
         2: .line 20
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         3: goto 8
         4: .line 22
      StackMap locals: org.bouncycastle.math.ec.ECPoint int int
      StackMap stack:
            aload 2 /* k */
            iload 6 /* i */
            invokevirtual java.math.BigInteger.testBit:(I)Z
            ifeq 6
         5: .line 24
            aload 4 /* q */
            aload 1 /* p */
            invokevirtual org.bouncycastle.math.ec.ECPoint.add:(Lorg/bouncycastle/math/ec/ECPoint;)Lorg/bouncycastle/math/ec/ECPoint;
            astore 4 /* q */
         6: .line 26
      StackMap locals:
      StackMap stack:
            aload 1 /* p */
            invokevirtual org.bouncycastle.math.ec.ECPoint.twice:()Lorg/bouncycastle/math/ec/ECPoint;
            astore 1 /* p */
         7: .line 20
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 6 /* i */
            iload 5 /* t */
            if_icmplt 4
        end local 6 // int i
         9: .line 28
            aload 4 /* q */
            areturn
        end local 5 // int t
        end local 4 // org.bouncycastle.math.ec.ECPoint q
        end local 3 // org.bouncycastle.math.ec.PreCompInfo preCompInfo
        end local 2 // java.math.BigInteger k
        end local 1 // org.bouncycastle.math.ec.ECPoint p
        end local 0 // org.bouncycastle.math.ec.ReferenceMultiplier this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lorg/bouncycastle/math/ec/ReferenceMultiplier;
            0   10     1            p  Lorg/bouncycastle/math/ec/ECPoint;
            0   10     2            k  Ljava/math/BigInteger;
            0   10     3  preCompInfo  Lorg/bouncycastle/math/ec/PreCompInfo;
            1   10     4            q  Lorg/bouncycastle/math/ec/ECPoint;
            2   10     5            t  I
            3    9     6            i  I
    MethodParameters:
             Name  Flags
      p            
      k            
      preCompInfo  
}
SourceFile: "ReferenceMultiplier.java"