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

  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$6 this
         0: .line 175
            aconst_null
            astore 1 /* S */
        start local 1 // byte[] S
         1: .line 176
            new org.bouncycastle.math.ec.endo.GLVTypeBParameters
            dup
         2: .line 177
            new java.math.BigInteger
            dup
            ldc "bb85691939b869c1d087f601554b96b80cb4f55b35f433c2"
            bipush 16
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
         3: .line 178
            new java.math.BigInteger
            dup
            ldc "3d84f26c12238d7b4f3d516613c1759033b1a5800175d0b1"
            bipush 16
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
         4: .line 179
            iconst_2
            anewarray java.math.BigInteger
            dup
            iconst_0
         5: .line 180
            new java.math.BigInteger
            dup
            ldc "71169be7330b3038edb025f1"
            bipush 16
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
            aastore
            dup
            iconst_1
         6: .line 181
            new java.math.BigInteger
            dup
            ldc "-b3fb3400dec5c4adceb8655c"
            bipush 16
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
            aastore
         7: .line 182
            iconst_2
            anewarray java.math.BigInteger
            dup
            iconst_0
         8: .line 183
            new java.math.BigInteger
            dup
            ldc "12511cfe811d0f4e6bc688b4d"
            bipush 16
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
            aastore
            dup
            iconst_1
         9: .line 184
            new java.math.BigInteger
            dup
            ldc "71169be7330b3038edb025f1"
            bipush 16
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
            aastore
        10: .line 185
            new java.math.BigInteger
            dup
            ldc "71169be7330b3038edb025f1d0f9"
            bipush 16
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
        11: .line 186
            new java.math.BigInteger
            dup
            ldc "b3fb3400dec5c4adceb8655d4c94"
            bipush 16
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
        12: .line 187
            sipush 208
        13: .line 176
            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 188
            new org.bouncycastle.math.ec.custom.sec.SecP192K1Curve
            dup
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1Curve.<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 189
            new org.bouncycastle.asn1.x9.X9ECPoint
            dup
            aload 3 /* curve */
            ldc "04DB4FF10EC057E9AE26B07D0280B7F4341DA5D1B1EAE06C7D9B2F2F6D9C5628A7844163D015BE86344082AA88D95E2F9D"
            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 192
            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$6 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lorg/bouncycastle/crypto/ec/CustomNamedCurves$6;
            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$6