class org.bouncycastle.crypto.ec.CustomNamedCurves$8 extends org.bouncycastle.asn1.x9.X9ECParametersHolder
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.bouncycastle.crypto.ec.CustomNamedCurves$8
super_class: org.bouncycastle.asn1.x9.X9ECParametersHolder
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // org.bouncycastle.crypto.ec.CustomNamedCurves$8 this
0: .line 215
aload 0 /* this */
invokespecial org.bouncycastle.asn1.x9.X9ECParametersHolder.<init>:()V
return
end local 0 // org.bouncycastle.crypto.ec.CustomNamedCurves$8 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/crypto/ec/CustomNamedCurves$8;
protected org.bouncycastle.asn1.x9.X9ECParameters createParameters();
descriptor: ()Lorg/bouncycastle/asn1/x9/X9ECParameters;
flags: (0x0004) ACC_PROTECTED
Code:
stack=12, locals=5, args_size=1
start local 0 // org.bouncycastle.crypto.ec.CustomNamedCurves$8 this
0: .line 219
aconst_null
astore 1 /* S */
start local 1 // byte[] S
1: .line 220
new org.bouncycastle.math.ec.endo.GLVTypeBParameters
dup
2: .line 221
new java.math.BigInteger
dup
ldc "fe0e87005b4e83761908c5131d552a850b3f58b749c37cf5b84d6768"
bipush 16
invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
3: .line 222
new java.math.BigInteger
dup
ldc "60dcd2104c4cbc0be6eeefc2bdd610739ec34e317f9b33046c9e4788"
bipush 16
invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
4: .line 223
iconst_2
anewarray java.math.BigInteger
dup
iconst_0
5: .line 224
new java.math.BigInteger
dup
ldc "6b8cf07d4ca75c88957d9d670591"
bipush 16
invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
aastore
dup
iconst_1
6: .line 225
new java.math.BigInteger
dup
ldc "-b8adf1378a6eb73409fa6c9c637d"
bipush 16
invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
aastore
7: .line 226
iconst_2
anewarray java.math.BigInteger
dup
iconst_0
8: .line 227
new java.math.BigInteger
dup
ldc "1243ae1b4d71613bc9f780a03690e"
bipush 16
invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
aastore
dup
iconst_1
9: .line 228
new java.math.BigInteger
dup
ldc "6b8cf07d4ca75c88957d9d670591"
bipush 16
invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
aastore
10: .line 229
new java.math.BigInteger
dup
ldc "6b8cf07d4ca75c88957d9d67059037a4"
bipush 16
invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
11: .line 230
new java.math.BigInteger
dup
ldc "b8adf1378a6eb73409fa6c9c637ba7f5"
bipush 16
invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
12: .line 231
sipush 240
13: .line 220
invokespecial org.bouncycastle.math.ec.endo.GLVTypeBParameters.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;[Ljava/math/BigInteger;[Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;I)V
astore 2 /* glv */
start local 2 // org.bouncycastle.math.ec.endo.GLVTypeBParameters glv
14: .line 232
new org.bouncycastle.math.ec.custom.sec.SecP224K1Curve
dup
invokespecial org.bouncycastle.math.ec.custom.sec.SecP224K1Curve.<init>:()V
aload 2 /* glv */
invokestatic org.bouncycastle.crypto.ec.CustomNamedCurves.configureCurveGLV:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/endo/GLVTypeBParameters;)Lorg/bouncycastle/math/ec/ECCurve;
astore 3 /* curve */
start local 3 // org.bouncycastle.math.ec.ECCurve curve
15: .line 233
new org.bouncycastle.asn1.x9.X9ECPoint
dup
aload 3 /* curve */
ldc "04A1455B334DF099DF30FC28A169A467E9E47075A90F7E650EB6B7A45C7E089FED7FBA344282CAFBD6F7E319F7C0B0BD59E2CA4BDB556D61A5"
invokestatic org.bouncycastle.util.encoders.Hex.decode:(Ljava/lang/String;)[B
invokespecial org.bouncycastle.asn1.x9.X9ECPoint.<init>:(Lorg/bouncycastle/math/ec/ECCurve;[B)V
astore 4 /* G */
start local 4 // org.bouncycastle.asn1.x9.X9ECPoint G
16: .line 236
new org.bouncycastle.asn1.x9.X9ECParameters
dup
aload 3 /* curve */
aload 4 /* G */
aload 3 /* curve */
invokevirtual org.bouncycastle.math.ec.ECCurve.getOrder:()Ljava/math/BigInteger;
aload 3 /* curve */
invokevirtual org.bouncycastle.math.ec.ECCurve.getCofactor:()Ljava/math/BigInteger;
aload 1 /* S */
invokespecial org.bouncycastle.asn1.x9.X9ECParameters.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/asn1/x9/X9ECPoint;Ljava/math/BigInteger;Ljava/math/BigInteger;[B)V
areturn
end local 4 // org.bouncycastle.asn1.x9.X9ECPoint G
end local 3 // org.bouncycastle.math.ec.ECCurve curve
end local 2 // org.bouncycastle.math.ec.endo.GLVTypeBParameters glv
end local 1 // byte[] S
end local 0 // org.bouncycastle.crypto.ec.CustomNamedCurves$8 this
LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lorg/bouncycastle/crypto/ec/CustomNamedCurves$8;
1 17 1 S [B
14 17 2 glv Lorg/bouncycastle/math/ec/endo/GLVTypeBParameters;
15 17 3 curve Lorg/bouncycastle/math/ec/ECCurve;
16 17 4 G Lorg/bouncycastle/asn1/x9/X9ECPoint;
}
SourceFile: "CustomNamedCurves.java"
EnclosingMethod: org.bouncycastle.crypto.ec.CustomNamedCurves
NestHost: org.bouncycastle.crypto.ec.CustomNamedCurves
InnerClasses:
org.bouncycastle.crypto.ec.CustomNamedCurves$8