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

  protected org.bouncycastle.asn1.x9.X9ECParameters createParameters();
    descriptor: ()Lorg/bouncycastle/asn1/x9/X9ECParameters;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=12, args_size=1
        start local 0 // org.bouncycastle.asn1.sec.SECNamedCurves$18 this
         0: .line 475
            sipush 131
            istore 1 /* m */
        start local 1 // int m
         1: .line 476
            iconst_2
            istore 2 /* k1 */
        start local 2 // int k1
         2: .line 477
            iconst_3
            istore 3 /* k2 */
        start local 3 // int k2
         3: .line 478
            bipush 8
            istore 4 /* k3 */
        start local 4 // int k3
         4: .line 480
            ldc "07A11B09A76B562144418FF3FF8C2570B8"
            invokestatic org.bouncycastle.asn1.sec.SECNamedCurves.fromHex:(Ljava/lang/String;)Ljava/math/BigInteger;
            astore 5 /* a */
        start local 5 // java.math.BigInteger a
         5: .line 481
            ldc "0217C05610884B63B9C6C7291678F9D341"
            invokestatic org.bouncycastle.asn1.sec.SECNamedCurves.fromHex:(Ljava/lang/String;)Ljava/math/BigInteger;
            astore 6 /* b */
        start local 6 // java.math.BigInteger b
         6: .line 482
            ldc "4D696E676875615175985BD3ADBADA21B43A97E2"
            invokestatic org.bouncycastle.util.encoders.Hex.decode:(Ljava/lang/String;)[B
            astore 7 /* S */
        start local 7 // byte[] S
         7: .line 483
            ldc "0400000000000000023123953A9464B54D"
            invokestatic org.bouncycastle.asn1.sec.SECNamedCurves.fromHex:(Ljava/lang/String;)Ljava/math/BigInteger;
            astore 8 /* n */
        start local 8 // java.math.BigInteger n
         8: .line 484
            ldc 2
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            astore 9 /* h */
        start local 9 // java.math.BigInteger h
         9: .line 486
            new org.bouncycastle.math.ec.ECCurve$F2m
            dup
            iload 1 /* m */
            iload 2 /* k1 */
            iload 3 /* k2 */
            iload 4 /* k3 */
            aload 5 /* a */
            aload 6 /* b */
            aload 8 /* n */
            aload 9 /* h */
            invokespecial org.bouncycastle.math.ec.ECCurve$F2m.<init>:(IIIILjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            astore 10 /* curve */
        start local 10 // org.bouncycastle.math.ec.ECCurve curve
        10: .line 489
            aload 10 /* curve */
            ldc "040081BAF91FDF9833C40F9C181343638399078C6E7EA38C001F73C8134B1B4EF9E150"
            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 11 /* G */
        start local 11 // org.bouncycastle.math.ec.ECPoint G
        11: .line 493
            new org.bouncycastle.asn1.x9.X9ECParameters
            dup
            aload 10 /* curve */
            aload 11 /* G */
            aload 8 /* n */
            aload 9 /* h */
            aload 7 /* 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 11 // org.bouncycastle.math.ec.ECPoint G
        end local 10 // org.bouncycastle.math.ec.ECCurve curve
        end local 9 // java.math.BigInteger h
        end local 8 // java.math.BigInteger n
        end local 7 // byte[] S
        end local 6 // java.math.BigInteger b
        end local 5 // java.math.BigInteger a
        end local 4 // int k3
        end local 3 // int k2
        end local 2 // int k1
        end local 1 // int m
        end local 0 // org.bouncycastle.asn1.sec.SECNamedCurves$18 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/bouncycastle/asn1/sec/SECNamedCurves$18;
            1   12     1      m  I
            2   12     2     k1  I
            3   12     3     k2  I
            4   12     4     k3  I
            5   12     5      a  Ljava/math/BigInteger;
            6   12     6      b  Ljava/math/BigInteger;
            7   12     7      S  [B
            8   12     8      n  Ljava/math/BigInteger;
            9   12     9      h  Ljava/math/BigInteger;
           10   12    10  curve  Lorg/bouncycastle/math/ec/ECCurve;
           11   12    11      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$18
  public F2m = org.bouncycastle.math.ec.ECCurve$F2m of org.bouncycastle.math.ec.ECCurve