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

  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$21 this
         0: .line 562
            sipush 163
            istore 1 /* m */
        start local 1 // int m
         1: .line 563
            iconst_3
            istore 2 /* k1 */
        start local 2 // int k1
         2: .line 564
            bipush 6
            istore 3 /* k2 */
        start local 3 // int k2
         3: .line 565
            bipush 7
            istore 4 /* k3 */
        start local 4 // int k3
         4: .line 567
            ldc "07B6882CAAEFA84F9554FF8428BD88E246D2782AE2"
            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 568
            ldc "0713612DCDDCB40AAB946BDA29CA91F73AF958AFD9"
            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 569
            ldc "24B7B137C8A14D696E6768756151756FD0DA2E5C"
            invokestatic org.bouncycastle.util.encoders.Hex.decode:(Ljava/lang/String;)[B
            astore 7 /* S */
        start local 7 // byte[] S
         7: .line 570
            ldc "03FFFFFFFFFFFFFFFFFFFF48AAB689C29CA710279B"
            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 571
            ldc 2
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            astore 9 /* h */
        start local 9 // java.math.BigInteger h
         9: .line 573
            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 576
            aload 10 /* curve */
            ldc "040369979697AB43897789566789567F787A7876A65400435EDB42EFAFB2989D51FEFCE3C80988F41FF883"
            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 580
            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$21 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/bouncycastle/asn1/sec/SECNamedCurves$21;
            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$21
  public F2m = org.bouncycastle.math.ec.ECCurve$F2m of org.bouncycastle.math.ec.ECCurve