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

  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$25 this
         0: .line 674
            sipush 233
            istore 1 /* m */
        start local 1 // int m
         1: .line 675
            bipush 74
            istore 2 /* k */
        start local 2 // int k
         2: .line 677
            getstatic org.bouncycastle.math.ec.ECConstants.ZERO:Ljava/math/BigInteger;
            astore 3 /* a */
        start local 3 // java.math.BigInteger a
         3: .line 678
            lconst_1
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            astore 4 /* b */
        start local 4 // java.math.BigInteger b
         4: .line 679
            aconst_null
            astore 5 /* S */
        start local 5 // byte[] S
         5: .line 680
            ldc "8000000000000000000000000000069D5BB915BCD46EFB1AD5F173ABDF"
            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 681
            ldc 4
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            astore 7 /* h */
        start local 7 // java.math.BigInteger h
         7: .line 683
            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 686
            aload 8 /* curve */
            ldc "04017232BA853A7E731AF129F22FF4149563A419C26BF50A4C9D6EEFAD612601DB537DECE819B7F70F555A67C427A8CD9BF18AEB9B56E0C11056FAE6A3"
            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 690
            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$25 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/bouncycastle/asn1/sec/SECNamedCurves$25;
            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$25
  public F2m = org.bouncycastle.math.ec.ECCurve$F2m of org.bouncycastle.math.ec.ECCurve