public class org.bouncycastle.math.ec.custom.sec.SecT571K1Curve 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.custom.sec.SecT571K1Curve
super_class: org.bouncycastle.math.ec.ECCurve$AbstractF2m
{
private static final int SecT571K1_DEFAULT_COORDS;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 6
protected org.bouncycastle.math.ec.custom.sec.SecT571K1Point infinity;
descriptor: Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Point;
flags: (0x0004) ACC_PROTECTED
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
sipush 571
iconst_2
iconst_5
bipush 10
invokespecial org.bouncycastle.math.ec.ECCurve$AbstractF2m.<init>:(IIII)V
1: aload 0
new org.bouncycastle.math.ec.custom.sec.SecT571K1Point
dup
aload 0
aconst_null
aconst_null
invokespecial org.bouncycastle.math.ec.custom.sec.SecT571K1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)V
putfield org.bouncycastle.math.ec.custom.sec.SecT571K1Curve.infinity:Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Point;
2: aload 0
aload 0
lconst_0
invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Curve.fromBigInteger:(Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
putfield org.bouncycastle.math.ec.custom.sec.SecT571K1Curve.a:Lorg/bouncycastle/math/ec/ECFieldElement;
3: aload 0
aload 0
lconst_1
invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Curve.fromBigInteger:(Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
putfield org.bouncycastle.math.ec.custom.sec.SecT571K1Curve.b:Lorg/bouncycastle/math/ec/ECFieldElement;
4: aload 0
new java.math.BigInteger
dup
iconst_1
ldc "020000000000000000000000000000000000000000000000000000000000000000000000131850E1F19A63E4B391A8DB917F4138B630D84BE5D639381E91DEB45CFE778F637C1001"
invokestatic org.bouncycastle.util.encoders.Hex.decode:(Ljava/lang/String;)[B
invokespecial java.math.BigInteger.<init>:(I[B)V
putfield org.bouncycastle.math.ec.custom.sec.SecT571K1Curve.order:Ljava/math/BigInteger;
5: aload 0
ldc 4
invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
putfield org.bouncycastle.math.ec.custom.sec.SecT571K1Curve.cofactor:Ljava/math/BigInteger;
6: aload 0
bipush 6
putfield org.bouncycastle.math.ec.custom.sec.SecT571K1Curve.coord:I
7: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Curve;
protected org.bouncycastle.math.ec.ECCurve cloneCurve();
descriptor: ()Lorg/bouncycastle/math/ec/ECCurve;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=1, args_size=1
start local 0 0: new org.bouncycastle.math.ec.custom.sec.SecT571K1Curve
dup
invokespecial org.bouncycastle.math.ec.custom.sec.SecT571K1Curve.<init>:()V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Curve;
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 { // 6 - 6
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/custom/sec/SecT571K1Curve;
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: new org.bouncycastle.math.ec.WTauNafMultiplier
dup
invokespecial org.bouncycastle.math.ec.WTauNafMultiplier.<init>:()V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Curve;
public int getFieldSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: sipush 571
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Curve;
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=3, locals=2, args_size=2
start local 0 start local 1 0: new org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
dup
aload 1
invokespecial org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.<init>:(Ljava/math/BigInteger;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Curve;
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.custom.sec.SecT571K1Point
dup
aload 0
aload 1
aload 2
iload 3
invokespecial org.bouncycastle.math.ec.custom.sec.SecT571K1Point.<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/custom/sec/SecT571K1Curve;
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.custom.sec.SecT571K1Point
dup
aload 0
aload 1
aload 2
aload 3
iload 4
invokespecial org.bouncycastle.math.ec.custom.sec.SecT571K1Point.<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/custom/sec/SecT571K1Curve;
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.custom.sec.SecT571K1Curve.infinity:Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Point;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Curve;
public boolean isKoblitz();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Curve;
public int getM();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: sipush 571
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Curve;
public boolean isTrinomial();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Curve;
public int getK1();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_2
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Curve;
public int getK2();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_5
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Curve;
public int getK3();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: bipush 10
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Curve;
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=5, locals=8, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 3
bipush 9
imul
iconst_2
imul
newarray 11
astore 4
start local 4 1: iconst_0
istore 5
start local 5 2: iconst_0
istore 6
start local 6 3: goto 8
4: StackMap locals: long[] int int
StackMap stack:
aload 1
iload 2
iload 6
iadd
aaload
astore 7
start local 7 5: aload 7
invokevirtual org.bouncycastle.math.ec.ECPoint.getRawXCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
checkcast org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
iconst_0
aload 4
iload 5
invokestatic org.bouncycastle.math.raw.Nat576.copy64:([JI[JI)V
iinc 5 9
6: aload 7
invokevirtual org.bouncycastle.math.ec.ECPoint.getRawYCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
checkcast org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
iconst_0
aload 4
iload 5
invokestatic org.bouncycastle.math.raw.Nat576.copy64:([JI[JI)V
iinc 5 9
end local 7 7: iinc 6 1
StackMap locals:
StackMap stack:
8: iload 6
iload 3
if_icmplt 4
end local 6 end local 5 9: new org.bouncycastle.math.ec.custom.sec.SecT571K1Curve$1
dup
aload 0
iload 3
aload 4
invokespecial org.bouncycastle.math.ec.custom.sec.SecT571K1Curve$1.<init>:(Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Curve;I[J)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Curve;
0 10 1 points [Lorg/bouncycastle/math/ec/ECPoint;
0 10 2 off I
0 10 3 len I
1 10 4 table [J
2 9 5 pos I
3 9 6 i I
5 7 7 p Lorg/bouncycastle/math/ec/ECPoint;
MethodParameters:
Name Flags
points
off
len final
}
SourceFile: "SecT571K1Curve.java"
NestMembers:
org.bouncycastle.math.ec.custom.sec.SecT571K1Curve$1
InnerClasses:
public abstract AbstractF2m = org.bouncycastle.math.ec.ECCurve$AbstractF2m of org.bouncycastle.math.ec.ECCurve
org.bouncycastle.math.ec.custom.sec.SecT571K1Curve$1