public abstract class org.bouncycastle.math.ec.ECFieldElement$AbstractF2m extends org.bouncycastle.math.ec.ECFieldElement
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.bouncycastle.math.ec.ECFieldElement$AbstractF2m
super_class: org.bouncycastle.math.ec.ECFieldElement
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.bouncycastle.math.ec.ECFieldElement.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/ECFieldElement$AbstractF2m;
public org.bouncycastle.math.ec.ECFieldElement halfTrace();
descriptor: ()Lorg/bouncycastle/math/ec/ECFieldElement;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=1
start local 0 0: aload 0
invokevirtual org.bouncycastle.math.ec.ECFieldElement$AbstractF2m.getFieldSize:()I
istore 1
start local 1 1: iload 1
iconst_1
iand
ifne 3
2: new java.lang.IllegalStateException
dup
ldc "Half-trace only defined for odd m"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: int
StackMap stack:
aload 0
astore 2
start local 2 4: aload 2
astore 3
start local 3 5: iconst_2
istore 4
start local 4 6: goto 10
7: StackMap locals: org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int
StackMap stack:
aload 2
iconst_2
invokevirtual org.bouncycastle.math.ec.ECFieldElement.squarePow:(I)Lorg/bouncycastle/math/ec/ECFieldElement;
astore 2
8: aload 3
aload 2
invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
astore 3
9: iinc 4 2
StackMap locals:
StackMap stack:
10: iload 4
iload 1
if_icmplt 7
end local 4 11: aload 3
areturn
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/ECFieldElement$AbstractF2m;
1 12 1 m I
4 12 2 fe Lorg/bouncycastle/math/ec/ECFieldElement;
5 12 3 ht Lorg/bouncycastle/math/ec/ECFieldElement;
6 11 4 i I
public int trace();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=1
start local 0 0: aload 0
invokevirtual org.bouncycastle.math.ec.ECFieldElement$AbstractF2m.getFieldSize:()I
istore 1
start local 1 1: aload 0
astore 2
start local 2 2: aload 2
astore 3
start local 3 3: iconst_1
istore 4
start local 4 4: goto 8
5: StackMap locals: org.bouncycastle.math.ec.ECFieldElement$AbstractF2m int org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int
StackMap stack:
aload 2
invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
astore 2
6: aload 3
aload 2
invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
astore 3
7: iinc 4 1
StackMap locals:
StackMap stack:
8: iload 4
iload 1
if_icmplt 5
end local 4 9: aload 3
invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
ifeq 11
10: iconst_0
ireturn
11: StackMap locals:
StackMap stack:
aload 3
invokevirtual org.bouncycastle.math.ec.ECFieldElement.isOne:()Z
ifeq 13
12: iconst_1
ireturn
13: StackMap locals:
StackMap stack:
new java.lang.IllegalStateException
dup
ldc "Internal error in trace calculation"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
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/ECFieldElement$AbstractF2m;
1 14 1 m I
2 14 2 fe Lorg/bouncycastle/math/ec/ECFieldElement;
3 14 3 tr Lorg/bouncycastle/math/ec/ECFieldElement;
4 9 4 i I
}
SourceFile: "ECFieldElement.java"
NestHost: org.bouncycastle.math.ec.ECFieldElement
InnerClasses:
public abstract AbstractF2m = org.bouncycastle.math.ec.ECFieldElement$AbstractF2m of org.bouncycastle.math.ec.ECFieldElement