class org.bouncycastle.asn1.sec.SECNamedCurves$31 extends org.bouncycastle.asn1.x9.X9ECParametersHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bouncycastle.asn1.sec.SECNamedCurves$31
  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.asn1.sec.SECNamedCurves$31 this
         0: .line 836
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.x9.X9ECParametersHolder.<init>:()V
            return
        end local 0 // org.bouncycastle.asn1.sec.SECNamedCurves$31 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/sec/SECNamedCurves$31;

  protected org.bouncycastle.asn1.x9.X9ECParameters createParameters();
    descriptor: ()Lorg/bouncycastle/asn1/x9/X9ECParameters;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=10, args_size=1
        start local 0 // org.bouncycastle.asn1.sec.SECNamedCurves$31 this
         0: .line 840
            sipush 409
            istore 1 /* m */
        start local 1 // int m
         1: .line 841
            bipush 87
            istore 2 /* k */
        start local 2 // int k
         2: .line 843
            lconst_1
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            astore 3 /* a */
        start local 3 // java.math.BigInteger a
         3: .line 844
            ldc "0021A5C2C8EE9FEB5C4B9A753B7B476B7FD6422EF1F3DD674761FA99D6AC27C8A9A197B272822F6CD57A55AA4F50AE317B13545F"
            invokestatic org.bouncycastle.asn1.sec.SECNamedCurves.fromHex:(Ljava/lang/String;)Ljava/math/BigInteger;
            astore 4 /* b */
        start local 4 // java.math.BigInteger b
         4: .line 845
            ldc "4099B5A457F9D69F79213D094C4BCD4D4262210B"
            invokestatic org.bouncycastle.util.encoders.Hex.decode:(Ljava/lang/String;)[B
            astore 5 /* S */
        start local 5 // byte[] S
         5: .line 846
            ldc "010000000000000000000000000000000000000000000000000001E2AAD6A612F33307BE5FA47C3C9E052F838164CD37D9A21173"
            invokestatic org.bouncycastle.asn1.sec.SECNamedCurves.fromHex:(Ljava/lang/String;)Ljava/math/BigInteger;
            astore 6 /* n */
        start local 6 // java.math.BigInteger n
         6: .line 847
            ldc 2
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            astore 7 /* h */
        start local 7 // java.math.BigInteger h
         7: .line 849
            new org.bouncycastle.math.ec.ECCurve$F2m
            dup
            iload 1 /* m */
            iload 2 /* k */
            aload 3 /* a */
            aload 4 /* b */
            aload 6 /* n */
            aload 7 /* h */
            invokespecial org.bouncycastle.math.ec.ECCurve$F2m.<init>:(IILjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            astore 8 /* curve */
        start local 8 // org.bouncycastle.math.ec.ECCurve curve
         8: .line 852
            aload 8 /* curve */
            ldc "04015D4860D088DDB3496B0C6064756260441CDE4AF1771D4DB01FFE5B34E59703DC255A868A1180515603AEAB60794E54BB7996A70061B1CFAB6BE5F32BBFA78324ED106A7636B9C5A7BD198D0158AA4F5488D08F38514F1FDF4B4F40D2181B3681C364BA0273C706"
            invokestatic org.bouncycastle.util.encoders.Hex.decode:(Ljava/lang/String;)[B
            invokevirtual org.bouncycastle.math.ec.ECCurve.decodePoint:([B)Lorg/bouncycastle/math/ec/ECPoint;
            astore 9 /* G */
        start local 9 // org.bouncycastle.math.ec.ECPoint G
         9: .line 856
            new org.bouncycastle.asn1.x9.X9ECParameters
            dup
            aload 8 /* curve */
            aload 9 /* G */
            aload 6 /* n */
            aload 7 /* h */
            aload 5 /* S */
            invokespecial org.bouncycastle.asn1.x9.X9ECParameters.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECPoint;Ljava/math/BigInteger;Ljava/math/BigInteger;[B)V
            areturn
        end local 9 // org.bouncycastle.math.ec.ECPoint G
        end local 8 // org.bouncycastle.math.ec.ECCurve curve
        end local 7 // java.math.BigInteger h
        end local 6 // java.math.BigInteger n
        end local 5 // byte[] S
        end local 4 // java.math.BigInteger b
        end local 3 // java.math.BigInteger a
        end local 2 // int k
        end local 1 // int m
        end local 0 // org.bouncycastle.asn1.sec.SECNamedCurves$31 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/bouncycastle/asn1/sec/SECNamedCurves$31;
            1   10     1      m  I
            2   10     2      k  I
            3   10     3      a  Ljava/math/BigInteger;
            4   10     4      b  Ljava/math/BigInteger;
            5   10     5      S  [B
            6   10     6      n  Ljava/math/BigInteger;
            7   10     7      h  Ljava/math/BigInteger;
            8   10     8  curve  Lorg/bouncycastle/math/ec/ECCurve;
            9   10     9      G  Lorg/bouncycastle/math/ec/ECPoint;
}
SourceFile: "SECNamedCurves.java"
EnclosingMethod: org.bouncycastle.asn1.sec.SECNamedCurves
NestHost: org.bouncycastle.asn1.sec.SECNamedCurves
InnerClasses:
  org.bouncycastle.asn1.sec.SECNamedCurves$31
  public F2m = org.bouncycastle.math.ec.ECCurve$F2m of org.bouncycastle.math.ec.ECCurve