public class org.bouncycastle.math.ec.ECCurve$F2m extends org.bouncycastle.math.ec.ECCurve$AbstractF2m
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.math.ec.ECCurve$F2m
super_class: org.bouncycastle.math.ec.ECCurve$AbstractF2m
{
private static final int F2M_DEFAULT_COORDS;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 6
private int m;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int k1;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int k2;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int k3;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.math.ec.ECPoint$F2m infinity;
descriptor: Lorg/bouncycastle/math/ec/ECPoint$F2m;
flags: (0x0002) ACC_PRIVATE
public void <init>(int, int, java.math.BigInteger, java.math.BigInteger);
descriptor: (IILjava/math/BigInteger;Ljava/math/BigInteger;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
iload 1
iload 2
iconst_0
iconst_0
aload 3
aload 4
aconst_null
aconst_null
invokespecial org.bouncycastle.math.ec.ECCurve$F2m.<init>:(IIIILjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
1: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
0 2 1 m I
0 2 2 k I
0 2 3 a Ljava/math/BigInteger;
0 2 4 b Ljava/math/BigInteger;
MethodParameters:
Name Flags
m
k
a
b
public void <init>(int, int, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger);
descriptor: (IILjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
iload 1
iload 2
iconst_0
iconst_0
aload 3
aload 4
aload 5
aload 6
invokespecial org.bouncycastle.math.ec.ECCurve$F2m.<init>:(IIIILjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
1: return
end local 6 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 2 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
0 2 1 m I
0 2 2 k I
0 2 3 a Ljava/math/BigInteger;
0 2 4 b Ljava/math/BigInteger;
0 2 5 order Ljava/math/BigInteger;
0 2 6 cofactor Ljava/math/BigInteger;
MethodParameters:
Name Flags
m
k
a
b
order
cofactor
public void <init>(int, int, int, int, java.math.BigInteger, java.math.BigInteger);
descriptor: (IIIILjava/math/BigInteger;Ljava/math/BigInteger;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
iload 1
iload 2
iload 3
iload 4
aload 5
aload 6
aconst_null
aconst_null
invokespecial org.bouncycastle.math.ec.ECCurve$F2m.<init>:(IIIILjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
1: return
end local 6 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 2 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
0 2 1 m I
0 2 2 k1 I
0 2 3 k2 I
0 2 4 k3 I
0 2 5 a Ljava/math/BigInteger;
0 2 6 b Ljava/math/BigInteger;
MethodParameters:
Name Flags
m
k1
k2
k3
a
b
public void <init>(int, int, int, int, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger);
descriptor: (IIIILjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=9, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
iload 1
iload 2
iload 3
iload 4
invokespecial org.bouncycastle.math.ec.ECCurve$AbstractF2m.<init>:(IIII)V
1: aload 0
iload 1
putfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
2: aload 0
iload 2
putfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
3: aload 0
iload 3
putfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
4: aload 0
iload 4
putfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
5: aload 0
aload 7
putfield org.bouncycastle.math.ec.ECCurve$F2m.order:Ljava/math/BigInteger;
6: aload 0
aload 8
putfield org.bouncycastle.math.ec.ECCurve$F2m.cofactor:Ljava/math/BigInteger;
7: aload 0
new org.bouncycastle.math.ec.ECPoint$F2m
dup
aload 0
aconst_null
aconst_null
iconst_0
invokespecial org.bouncycastle.math.ec.ECPoint$F2m.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
putfield org.bouncycastle.math.ec.ECCurve$F2m.infinity:Lorg/bouncycastle/math/ec/ECPoint$F2m;
8: aload 0
aload 0
aload 5
invokevirtual org.bouncycastle.math.ec.ECCurve$F2m.fromBigInteger:(Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
putfield org.bouncycastle.math.ec.ECCurve$F2m.a:Lorg/bouncycastle/math/ec/ECFieldElement;
9: aload 0
aload 0
aload 6
invokevirtual org.bouncycastle.math.ec.ECCurve$F2m.fromBigInteger:(Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
putfield org.bouncycastle.math.ec.ECCurve$F2m.b:Lorg/bouncycastle/math/ec/ECFieldElement;
10: aload 0
bipush 6
putfield org.bouncycastle.math.ec.ECCurve$F2m.coord:I
11: return
end local 8 end local 7 end local 6 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 12 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
0 12 1 m I
0 12 2 k1 I
0 12 3 k2 I
0 12 4 k3 I
0 12 5 a Ljava/math/BigInteger;
0 12 6 b Ljava/math/BigInteger;
0 12 7 order Ljava/math/BigInteger;
0 12 8 cofactor Ljava/math/BigInteger;
MethodParameters:
Name Flags
m
k1
k2
k3
a
b
order
cofactor
protected void <init>(int, int, int, int, org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement, java.math.BigInteger, java.math.BigInteger);
descriptor: (IIIILorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, locals=9, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
iload 1
iload 2
iload 3
iload 4
invokespecial org.bouncycastle.math.ec.ECCurve$AbstractF2m.<init>:(IIII)V
1: aload 0
iload 1
putfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
2: aload 0
iload 2
putfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
3: aload 0
iload 3
putfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
4: aload 0
iload 4
putfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
5: aload 0
aload 7
putfield org.bouncycastle.math.ec.ECCurve$F2m.order:Ljava/math/BigInteger;
6: aload 0
aload 8
putfield org.bouncycastle.math.ec.ECCurve$F2m.cofactor:Ljava/math/BigInteger;
7: aload 0
new org.bouncycastle.math.ec.ECPoint$F2m
dup
aload 0
aconst_null
aconst_null
iconst_0
invokespecial org.bouncycastle.math.ec.ECPoint$F2m.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
putfield org.bouncycastle.math.ec.ECCurve$F2m.infinity:Lorg/bouncycastle/math/ec/ECPoint$F2m;
8: aload 0
aload 5
putfield org.bouncycastle.math.ec.ECCurve$F2m.a:Lorg/bouncycastle/math/ec/ECFieldElement;
9: aload 0
aload 6
putfield org.bouncycastle.math.ec.ECCurve$F2m.b:Lorg/bouncycastle/math/ec/ECFieldElement;
10: aload 0
bipush 6
putfield org.bouncycastle.math.ec.ECCurve$F2m.coord:I
11: return
end local 8 end local 7 end local 6 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 12 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
0 12 1 m I
0 12 2 k1 I
0 12 3 k2 I
0 12 4 k3 I
0 12 5 a Lorg/bouncycastle/math/ec/ECFieldElement;
0 12 6 b Lorg/bouncycastle/math/ec/ECFieldElement;
0 12 7 order Ljava/math/BigInteger;
0 12 8 cofactor Ljava/math/BigInteger;
MethodParameters:
Name Flags
m
k1
k2
k3
a
b
order
cofactor
protected org.bouncycastle.math.ec.ECCurve cloneCurve();
descriptor: ()Lorg/bouncycastle/math/ec/ECCurve;
flags: (0x0004) ACC_PROTECTED
Code:
stack=10, locals=1, args_size=1
start local 0 0: new org.bouncycastle.math.ec.ECCurve$F2m
dup
aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.a:Lorg/bouncycastle/math/ec/ECFieldElement;
aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.b:Lorg/bouncycastle/math/ec/ECFieldElement;
aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.order:Ljava/math/BigInteger;
aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.cofactor:Ljava/math/BigInteger;
invokespecial org.bouncycastle.math.ec.ECCurve$F2m.<init>:(IIIILorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
public boolean supportsCoordinateSystem(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: iload 1
tableswitch { // 0 - 6
0: 1
1: 1
2: 2
3: 2
4: 2
5: 2
6: 1
default: 2
}
1: StackMap locals:
StackMap stack:
iconst_1
ireturn
2: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
0 3 1 coord I
MethodParameters:
Name Flags
coord
protected org.bouncycastle.math.ec.ECMultiplier createDefaultMultiplier();
descriptor: ()Lorg/bouncycastle/math/ec/ECMultiplier;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.bouncycastle.math.ec.ECCurve$F2m.isKoblitz:()Z
ifeq 2
1: new org.bouncycastle.math.ec.WTauNafMultiplier
dup
invokespecial org.bouncycastle.math.ec.WTauNafMultiplier.<init>:()V
areturn
2: StackMap locals:
StackMap stack:
aload 0
invokespecial org.bouncycastle.math.ec.ECCurve$AbstractF2m.createDefaultMultiplier:()Lorg/bouncycastle/math/ec/ECMultiplier;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
public int getFieldSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
public org.bouncycastle.math.ec.ECFieldElement fromBigInteger(java.math.BigInteger);
descriptor: (Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: new org.bouncycastle.math.ec.ECFieldElement$F2m
dup
aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
aload 1
invokespecial org.bouncycastle.math.ec.ECFieldElement$F2m.<init>:(IIIILjava/math/BigInteger;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
0 1 1 x Ljava/math/BigInteger;
MethodParameters:
Name Flags
x
protected org.bouncycastle.math.ec.ECPoint createRawPoint(org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement, boolean);
descriptor: (Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)Lorg/bouncycastle/math/ec/ECPoint;
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new org.bouncycastle.math.ec.ECPoint$F2m
dup
aload 0
aload 1
aload 2
iload 3
invokespecial org.bouncycastle.math.ec.ECPoint$F2m.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
0 1 1 x Lorg/bouncycastle/math/ec/ECFieldElement;
0 1 2 y Lorg/bouncycastle/math/ec/ECFieldElement;
0 1 3 withCompression Z
MethodParameters:
Name Flags
x
y
withCompression
protected org.bouncycastle.math.ec.ECPoint createRawPoint(org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement[], boolean);
descriptor: (Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;[Lorg/bouncycastle/math/ec/ECFieldElement;Z)Lorg/bouncycastle/math/ec/ECPoint;
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: new org.bouncycastle.math.ec.ECPoint$F2m
dup
aload 0
aload 1
aload 2
aload 3
iload 4
invokespecial org.bouncycastle.math.ec.ECPoint$F2m.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;[Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
0 1 1 x Lorg/bouncycastle/math/ec/ECFieldElement;
0 1 2 y Lorg/bouncycastle/math/ec/ECFieldElement;
0 1 3 zs [Lorg/bouncycastle/math/ec/ECFieldElement;
0 1 4 withCompression Z
MethodParameters:
Name Flags
x
y
zs
withCompression
public org.bouncycastle.math.ec.ECPoint getInfinity();
descriptor: ()Lorg/bouncycastle/math/ec/ECPoint;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.infinity:Lorg/bouncycastle/math/ec/ECPoint$F2m;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
public int getM();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
public boolean isTrinomial();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
ifne 1
aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
ifne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
public int getK1();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
public int getK2();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
public int getK3();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
public org.bouncycastle.math.ec.ECLookupTable createCacheSafeLookupTable(org.bouncycastle.math.ec.ECPoint[], int, int);
descriptor: ([Lorg/bouncycastle/math/ec/ECPoint;II)Lorg/bouncycastle/math/ec/ECLookupTable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=10, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.m:I
bipush 63
iadd
bipush 6
iushr
istore 4
start local 4 1: aload 0
invokevirtual org.bouncycastle.math.ec.ECCurve$F2m.isTrinomial:()Z
ifeq 2
iconst_1
newarray 10
dup
iconst_0
aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
iastore
goto 3
StackMap locals: int
StackMap stack:
2: iconst_3
newarray 10
dup
iconst_0
aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.k1:I
iastore
dup
iconst_1
aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.k2:I
iastore
dup
iconst_2
aload 0
getfield org.bouncycastle.math.ec.ECCurve$F2m.k3:I
iastore
StackMap locals:
StackMap stack: int[]
3: astore 5
start local 5 4: iload 3
iload 4
imul
iconst_2
imul
newarray 11
astore 6
start local 6 5: iconst_0
istore 7
start local 7 6: iconst_0
istore 8
start local 8 7: goto 12
8: StackMap locals: org.bouncycastle.math.ec.ECCurve$F2m org.bouncycastle.math.ec.ECPoint[] int int int int[] long[] int int
StackMap stack:
aload 1
iload 2
iload 8
iadd
aaload
astore 9
start local 9 9: aload 9
invokevirtual org.bouncycastle.math.ec.ECPoint.getRawXCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
checkcast org.bouncycastle.math.ec.ECFieldElement$F2m
getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
aload 6
iload 7
invokevirtual org.bouncycastle.math.ec.LongArray.copyTo:([JI)V
iload 7
iload 4
iadd
istore 7
10: aload 9
invokevirtual org.bouncycastle.math.ec.ECPoint.getRawYCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
checkcast org.bouncycastle.math.ec.ECFieldElement$F2m
getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
aload 6
iload 7
invokevirtual org.bouncycastle.math.ec.LongArray.copyTo:([JI)V
iload 7
iload 4
iadd
istore 7
end local 9 11: iinc 8 1
StackMap locals:
StackMap stack:
12: iload 8
iload 3
if_icmplt 8
end local 8 end local 7 13: new org.bouncycastle.math.ec.ECCurve$F2m$1
dup
aload 0
iload 3
iload 4
aload 6
aload 5
invokespecial org.bouncycastle.math.ec.ECCurve$F2m$1.<init>:(Lorg/bouncycastle/math/ec/ECCurve$F2m;II[J[I)V
areturn
end local 6 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 14 0 this Lorg/bouncycastle/math/ec/ECCurve$F2m;
0 14 1 points [Lorg/bouncycastle/math/ec/ECPoint;
0 14 2 off I
0 14 3 len I
1 14 4 FE_LONGS I
4 14 5 ks [I
5 14 6 table [J
6 13 7 pos I
7 13 8 i I
9 11 9 p Lorg/bouncycastle/math/ec/ECPoint;
MethodParameters:
Name Flags
points
off
len final
}
SourceFile: "ECCurve.java"
NestHost: org.bouncycastle.math.ec.ECCurve
InnerClasses:
public abstract AbstractF2m = org.bouncycastle.math.ec.ECCurve$AbstractF2m of org.bouncycastle.math.ec.ECCurve
public F2m = org.bouncycastle.math.ec.ECCurve$F2m of org.bouncycastle.math.ec.ECCurve
org.bouncycastle.math.ec.ECCurve$F2m$1
public F2m = org.bouncycastle.math.ec.ECFieldElement$F2m of org.bouncycastle.math.ec.ECFieldElement
public F2m = org.bouncycastle.math.ec.ECPoint$F2m of org.bouncycastle.math.ec.ECPoint