public class org.bouncycastle.math.ec.ECCurve$Config
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.math.ec.ECCurve$Config
super_class: java.lang.Object
{
protected int coord;
descriptor: I
flags: (0x0004) ACC_PROTECTED
protected org.bouncycastle.math.ec.endo.ECEndomorphism endomorphism;
descriptor: Lorg/bouncycastle/math/ec/endo/ECEndomorphism;
flags: (0x0004) ACC_PROTECTED
protected org.bouncycastle.math.ec.ECMultiplier multiplier;
descriptor: Lorg/bouncycastle/math/ec/ECMultiplier;
flags: (0x0004) ACC_PROTECTED
final org.bouncycastle.math.ec.ECCurve this$0;
descriptor: Lorg/bouncycastle/math/ec/ECCurve;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.bouncycastle.math.ec.ECCurve, int, org.bouncycastle.math.ec.endo.ECEndomorphism, org.bouncycastle.math.ec.ECMultiplier);
descriptor: (Lorg/bouncycastle/math/ec/ECCurve;ILorg/bouncycastle/math/ec/endo/ECEndomorphism;Lorg/bouncycastle/math/ec/ECMultiplier;)V
flags: (0x0000)
Code:
stack=2, locals=5, args_size=5
start local 0 start local 2 start local 3 start local 4 0: aload 0
aload 1
putfield org.bouncycastle.math.ec.ECCurve$Config.this$0:Lorg/bouncycastle/math/ec/ECCurve;
1: aload 0
invokespecial java.lang.Object.<init>:()V
2: aload 0
iload 2
putfield org.bouncycastle.math.ec.ECCurve$Config.coord:I
3: aload 0
aload 3
putfield org.bouncycastle.math.ec.ECCurve$Config.endomorphism:Lorg/bouncycastle/math/ec/endo/ECEndomorphism;
4: aload 0
aload 4
putfield org.bouncycastle.math.ec.ECCurve$Config.multiplier:Lorg/bouncycastle/math/ec/ECMultiplier;
5: return
end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/bouncycastle/math/ec/ECCurve$Config;
0 6 2 coord I
0 6 3 endomorphism Lorg/bouncycastle/math/ec/endo/ECEndomorphism;
0 6 4 multiplier Lorg/bouncycastle/math/ec/ECMultiplier;
MethodParameters:
Name Flags
this$0 final
coord
endomorphism
multiplier
public org.bouncycastle.math.ec.ECCurve$Config setCoordinateSystem(int);
descriptor: (I)Lorg/bouncycastle/math/ec/ECCurve$Config;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield org.bouncycastle.math.ec.ECCurve$Config.coord:I
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/math/ec/ECCurve$Config;
0 2 1 coord I
MethodParameters:
Name Flags
coord
public org.bouncycastle.math.ec.ECCurve$Config setEndomorphism(org.bouncycastle.math.ec.endo.ECEndomorphism);
descriptor: (Lorg/bouncycastle/math/ec/endo/ECEndomorphism;)Lorg/bouncycastle/math/ec/ECCurve$Config;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.bouncycastle.math.ec.ECCurve$Config.endomorphism:Lorg/bouncycastle/math/ec/endo/ECEndomorphism;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/math/ec/ECCurve$Config;
0 2 1 endomorphism Lorg/bouncycastle/math/ec/endo/ECEndomorphism;
MethodParameters:
Name Flags
endomorphism
public org.bouncycastle.math.ec.ECCurve$Config setMultiplier(org.bouncycastle.math.ec.ECMultiplier);
descriptor: (Lorg/bouncycastle/math/ec/ECMultiplier;)Lorg/bouncycastle/math/ec/ECCurve$Config;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.bouncycastle.math.ec.ECCurve$Config.multiplier:Lorg/bouncycastle/math/ec/ECMultiplier;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/math/ec/ECCurve$Config;
0 2 1 multiplier Lorg/bouncycastle/math/ec/ECMultiplier;
MethodParameters:
Name Flags
multiplier
public org.bouncycastle.math.ec.ECCurve create();
descriptor: ()Lorg/bouncycastle/math/ec/ECCurve;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.math.ec.ECCurve$Config.this$0:Lorg/bouncycastle/math/ec/ECCurve;
aload 0
getfield org.bouncycastle.math.ec.ECCurve$Config.coord:I
invokevirtual org.bouncycastle.math.ec.ECCurve.supportsCoordinateSystem:(I)Z
ifne 2
1: new java.lang.IllegalStateException
dup
ldc "unsupported coordinate system"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.math.ec.ECCurve$Config.this$0:Lorg/bouncycastle/math/ec/ECCurve;
invokevirtual org.bouncycastle.math.ec.ECCurve.cloneCurve:()Lorg/bouncycastle/math/ec/ECCurve;
astore 1
start local 1 3: aload 1
aload 0
getfield org.bouncycastle.math.ec.ECCurve$Config.this$0:Lorg/bouncycastle/math/ec/ECCurve;
if_acmpne 5
4: new java.lang.IllegalStateException
dup
ldc "implementation returned current curve"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals: org.bouncycastle.math.ec.ECCurve
StackMap stack:
aload 1
dup
astore 2
monitorenter
6: aload 1
aload 0
getfield org.bouncycastle.math.ec.ECCurve$Config.coord:I
putfield org.bouncycastle.math.ec.ECCurve.coord:I
7: aload 1
aload 0
getfield org.bouncycastle.math.ec.ECCurve$Config.endomorphism:Lorg/bouncycastle/math/ec/endo/ECEndomorphism;
putfield org.bouncycastle.math.ec.ECCurve.endomorphism:Lorg/bouncycastle/math/ec/endo/ECEndomorphism;
8: aload 1
aload 0
getfield org.bouncycastle.math.ec.ECCurve$Config.multiplier:Lorg/bouncycastle/math/ec/ECMultiplier;
putfield org.bouncycastle.math.ec.ECCurve.multiplier:Lorg/bouncycastle/math/ec/ECMultiplier;
9: aload 2
monitorexit
10: goto 13
StackMap locals: org.bouncycastle.math.ec.ECCurve$Config org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.ECCurve
StackMap stack: java.lang.Throwable
11: aload 2
monitorexit
12: athrow
13: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/bouncycastle/math/ec/ECCurve$Config;
3 14 1 c Lorg/bouncycastle/math/ec/ECCurve;
Exception table:
from to target type
6 10 11 any
11 12 11 any
}
SourceFile: "ECCurve.java"
NestHost: org.bouncycastle.math.ec.ECCurve
InnerClasses:
public Config = org.bouncycastle.math.ec.ECCurve$Config of org.bouncycastle.math.ec.ECCurve