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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 start local 1 start local 2 start local 3 0: aload 1
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
start local 4 1: aload 2
invokevirtual java.math.BigInteger.bitLength:()I
istore 5
start local 5 2: iconst_0
istore 6
start local 6 3: goto 8
4: StackMap locals: org.bouncycastle.math.ec.ECPoint int int
StackMap stack:
aload 2
iload 6
invokevirtual java.math.BigInteger.testBit:(I)Z
ifeq 6
5: aload 4
aload 1
invokevirtual org.bouncycastle.math.ec.ECPoint.add:(Lorg/bouncycastle/math/ec/ECPoint;)Lorg/bouncycastle/math/ec/ECPoint;
astore 4
6: StackMap locals:
StackMap stack:
aload 1
invokevirtual org.bouncycastle.math.ec.ECPoint.twice:()Lorg/bouncycastle/math/ec/ECPoint;
astore 1
7: iinc 6 1
StackMap locals:
StackMap stack:
8: iload 6
iload 5
if_icmplt 4
end local 6 9: aload 4
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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"