class org.bouncycastle.math.ec.WNafUtil$1 implements org.bouncycastle.math.ec.PreCompCallback
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.bouncycastle.math.ec.WNafUtil$1
super_class: java.lang.Object
{
private final org.bouncycastle.math.ec.WNafPreCompInfo val$wnafPreCompP;
descriptor: Lorg/bouncycastle/math/ec/WNafPreCompInfo;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final org.bouncycastle.math.ec.ECPointMap val$pointMap;
descriptor: Lorg/bouncycastle/math/ec/ECPointMap;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final boolean val$includeNegated;
descriptor: Z
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.bouncycastle.math.ec.WNafPreCompInfo, org.bouncycastle.math.ec.ECPointMap, boolean);
descriptor: (Lorg/bouncycastle/math/ec/WNafPreCompInfo;Lorg/bouncycastle/math/ec/ECPointMap;Z)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield org.bouncycastle.math.ec.WNafUtil$1.val$wnafPreCompP:Lorg/bouncycastle/math/ec/WNafPreCompInfo;
aload 0
aload 2
putfield org.bouncycastle.math.ec.WNafUtil$1.val$pointMap:Lorg/bouncycastle/math/ec/ECPointMap;
aload 0
iload 3
putfield org.bouncycastle.math.ec.WNafUtil$1.val$includeNegated:Z
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/WNafUtil$1;
MethodParameters:
Name Flags
val$wnafPreCompP final
val$pointMap final
val$includeNegated 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=5, locals=8, args_size=2
start local 0 start local 1 0: new org.bouncycastle.math.ec.WNafPreCompInfo
dup
invokespecial org.bouncycastle.math.ec.WNafPreCompInfo.<init>:()V
astore 2
start local 2 1: aload 0
getfield org.bouncycastle.math.ec.WNafUtil$1.val$wnafPreCompP:Lorg/bouncycastle/math/ec/WNafPreCompInfo;
invokevirtual org.bouncycastle.math.ec.WNafPreCompInfo.getTwice:()Lorg/bouncycastle/math/ec/ECPoint;
astore 3
start local 3 2: aload 3
ifnull 5
3: aload 0
getfield org.bouncycastle.math.ec.WNafUtil$1.val$pointMap:Lorg/bouncycastle/math/ec/ECPointMap;
aload 3
invokeinterface org.bouncycastle.math.ec.ECPointMap.map:(Lorg/bouncycastle/math/ec/ECPoint;)Lorg/bouncycastle/math/ec/ECPoint;
astore 4
start local 4 4: aload 2
aload 4
invokevirtual org.bouncycastle.math.ec.WNafPreCompInfo.setTwice:(Lorg/bouncycastle/math/ec/ECPoint;)V
end local 4 5: StackMap locals: org.bouncycastle.math.ec.WNafPreCompInfo org.bouncycastle.math.ec.ECPoint
StackMap stack:
aload 0
getfield org.bouncycastle.math.ec.WNafUtil$1.val$wnafPreCompP:Lorg/bouncycastle/math/ec/WNafPreCompInfo;
invokevirtual org.bouncycastle.math.ec.WNafPreCompInfo.getPreComp:()[Lorg/bouncycastle/math/ec/ECPoint;
astore 4
start local 4 6: aload 4
arraylength
anewarray org.bouncycastle.math.ec.ECPoint
astore 5
start local 5 7: iconst_0
istore 6
start local 6 8: goto 11
9: StackMap locals: org.bouncycastle.math.ec.ECPoint[] org.bouncycastle.math.ec.ECPoint[] int
StackMap stack:
aload 5
iload 6
aload 0
getfield org.bouncycastle.math.ec.WNafUtil$1.val$pointMap:Lorg/bouncycastle/math/ec/ECPointMap;
aload 4
iload 6
aaload
invokeinterface org.bouncycastle.math.ec.ECPointMap.map:(Lorg/bouncycastle/math/ec/ECPoint;)Lorg/bouncycastle/math/ec/ECPoint;
aastore
10: iinc 6 1
StackMap locals:
StackMap stack:
11: iload 6
aload 4
arraylength
if_icmplt 9
end local 6 12: aload 2
aload 5
invokevirtual org.bouncycastle.math.ec.WNafPreCompInfo.setPreComp:([Lorg/bouncycastle/math/ec/ECPoint;)V
13: aload 0
getfield org.bouncycastle.math.ec.WNafUtil$1.val$includeNegated:Z
ifeq 21
14: aload 5
arraylength
anewarray org.bouncycastle.math.ec.ECPoint
astore 6
start local 6 15: iconst_0
istore 7
start local 7 16: goto 19
17: StackMap locals: org.bouncycastle.math.ec.WNafUtil$1 org.bouncycastle.math.ec.PreCompInfo org.bouncycastle.math.ec.WNafPreCompInfo org.bouncycastle.math.ec.ECPoint org.bouncycastle.math.ec.ECPoint[] org.bouncycastle.math.ec.ECPoint[] org.bouncycastle.math.ec.ECPoint[] int
StackMap stack:
aload 6
iload 7
aload 5
iload 7
aaload
invokevirtual org.bouncycastle.math.ec.ECPoint.negate:()Lorg/bouncycastle/math/ec/ECPoint;
aastore
18: iinc 7 1
StackMap locals:
StackMap stack:
19: iload 7
aload 6
arraylength
if_icmplt 17
end local 7 20: aload 2
aload 6
invokevirtual org.bouncycastle.math.ec.WNafPreCompInfo.setPreCompNeg:([Lorg/bouncycastle/math/ec/ECPoint;)V
end local 6 21: StackMap locals:
StackMap stack:
aload 2
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 22 0 this Lorg/bouncycastle/math/ec/WNafUtil$1;
0 22 1 existing Lorg/bouncycastle/math/ec/PreCompInfo;
1 22 2 result Lorg/bouncycastle/math/ec/WNafPreCompInfo;
2 22 3 twiceP Lorg/bouncycastle/math/ec/ECPoint;
4 5 4 twiceQ Lorg/bouncycastle/math/ec/ECPoint;
6 22 4 preCompP [Lorg/bouncycastle/math/ec/ECPoint;
7 22 5 preCompQ [Lorg/bouncycastle/math/ec/ECPoint;
8 12 6 i I
15 21 6 preCompNegQ [Lorg/bouncycastle/math/ec/ECPoint;
16 20 7 i I
MethodParameters:
Name Flags
existing
}
SourceFile: "WNafUtil.java"
EnclosingMethod: org.bouncycastle.math.ec.WNafUtil.mapPointWithPrecomp:(Lorg/bouncycastle/math/ec/ECPoint;IZLorg/bouncycastle/math/ec/ECPointMap;)Lorg/bouncycastle/math/ec/ECPoint;
NestHost: org.bouncycastle.math.ec.WNafUtil
InnerClasses:
org.bouncycastle.math.ec.WNafUtil$1