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 0: aload 0
aload 1
putfield org.bouncycastle.math.ec.ECPoint$1.this$0:Lorg/bouncycastle/math/ec/ECPoint;
aload 0
iload 2
putfield org.bouncycastle.math.ec.ECPoint$1.val$decompressed:Z
aload 0
iload 3
putfield org.bouncycastle.math.ec.ECPoint$1.val$checkOrder: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/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 start local 1 0: aload 1
instanceof org.bouncycastle.math.ec.ValidityPrecompInfo
ifeq 1
aload 1
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
start local 2 3: aload 2
ifnonnull 5
4: new org.bouncycastle.math.ec.ValidityPrecompInfo
dup
invokespecial org.bouncycastle.math.ec.ValidityPrecompInfo.<init>:()V
astore 2
5: StackMap locals: org.bouncycastle.math.ec.ValidityPrecompInfo
StackMap stack:
aload 2
invokevirtual org.bouncycastle.math.ec.ValidityPrecompInfo.hasFailed:()Z
ifeq 7
6: aload 2
areturn
7: StackMap locals:
StackMap stack:
aload 2
invokevirtual org.bouncycastle.math.ec.ValidityPrecompInfo.hasCurveEquationPassed:()Z
ifne 12
8: aload 0
getfield org.bouncycastle.math.ec.ECPoint$1.val$decompressed:Z
ifne 11
aload 0
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: aload 2
invokevirtual org.bouncycastle.math.ec.ValidityPrecompInfo.reportFailed:()V
10: aload 2
areturn
11: StackMap locals:
StackMap stack:
aload 2
invokevirtual org.bouncycastle.math.ec.ValidityPrecompInfo.reportCurveEquationPassed:()V
12: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.math.ec.ECPoint$1.val$checkOrder:Z
ifeq 17
aload 2
invokevirtual org.bouncycastle.math.ec.ValidityPrecompInfo.hasOrderPassed:()Z
ifne 17
13: aload 0
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: aload 2
invokevirtual org.bouncycastle.math.ec.ValidityPrecompInfo.reportFailed:()V
15: aload 2
areturn
16: StackMap locals:
StackMap stack:
aload 2
invokevirtual org.bouncycastle.math.ec.ValidityPrecompInfo.reportOrderPassed:()V
17: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 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