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

  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$3 this
         0: .line 115
            aconst_null
            astore 1 /* S */
        start local 1 // byte[] S
         1: .line 116
            new org.bouncycastle.math.ec.endo.GLVTypeBParameters
            dup
         2: .line 117
            new java.math.BigInteger
            dup
            ldc "9ba48cba5ebcb9b6bd33b92830b2a2e0e192f10a"
            bipush 16
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
         3: .line 118
            new java.math.BigInteger
            dup
            ldc "c39c6c3b3a36d7701b9c71a1f5804ae5d0003f4"
            bipush 16
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
         4: .line 119
            iconst_2
            anewarray java.math.BigInteger
            dup
            iconst_0
         5: .line 120
            new java.math.BigInteger
            dup
            ldc "9162fbe73984472a0a9e"
            bipush 16
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
            aastore
            dup
            iconst_1
         6: .line 121
            new java.math.BigInteger
            dup
            ldc "-96341f1138933bc2f505"
            bipush 16
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
            aastore
         7: .line 122
            iconst_2
            anewarray java.math.BigInteger
            dup
            iconst_0
         8: .line 123
            new java.math.BigInteger
            dup
            ldc "127971af8721782ecffa3"
            bipush 16
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
            aastore
            dup
            iconst_1
         9: .line 124
            new java.math.BigInteger
            dup
            ldc "9162fbe73984472a0a9e"
            bipush 16
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
            aastore
        10: .line 125
            new java.math.BigInteger
            dup
            ldc "9162fbe73984472a0a9d0590"
            bipush 16
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
        11: .line 126
            new java.math.BigInteger
            dup
            ldc "96341f1138933bc2f503fd44"
            bipush 16
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
        12: .line 127
            sipush 176
        13: .line 116
            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 128
            new org.bouncycastle.math.ec.custom.sec.SecP160K1Curve
            dup
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP160K1Curve.<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 129
            new org.bouncycastle.asn1.x9.X9ECPoint
            dup
            aload 3 /* curve */
            ldc "043B4C382CE37AA192A4019E763036F4F5DD4D7EBB938CF935318FDCED6BC28286531733C3F03C4FEE"
            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 132
            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$3 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lorg/bouncycastle/crypto/ec/CustomNamedCurves$3;
            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$3