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

  protected org.bouncycastle.asn1.x9.X9ECParameters createParameters();
    descriptor: ()Lorg/bouncycastle/asn1/x9/X9ECParameters;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // org.bouncycastle.crypto.ec.CustomNamedCurves$31 this
         0: .line 611
            ldc "2AA058F73A0E33AB486B0F610410C53A7F132310"
            invokestatic org.bouncycastle.util.encoders.Hex.decode:(Ljava/lang/String;)[B
            astore 1 /* S */
        start local 1 // byte[] S
         1: .line 612
            new org.bouncycastle.math.ec.custom.sec.SecT571R1Curve
            dup
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571R1Curve.<init>:()V
            invokestatic org.bouncycastle.crypto.ec.CustomNamedCurves.configureCurve:(Lorg/bouncycastle/math/ec/ECCurve;)Lorg/bouncycastle/math/ec/ECCurve;
            astore 2 /* curve */
        start local 2 // org.bouncycastle.math.ec.ECCurve curve
         2: .line 613
            new org.bouncycastle.asn1.x9.X9ECPoint
            dup
            aload 2 /* curve */
            ldc "040303001D34B856296C16C0D40D3CD7750A93D1D2955FA80AA5F40FC8DB7B2ABDBDE53950F4C0D293CDD711A35B67FB1499AE60038614F1394ABFA3B4C850D927E1E7769C8EEC2D19037BF27342DA639B6DCCFFFEB73D69D78C6C27A6009CBBCA1980F8533921E8A684423E43BAB08A576291AF8F461BB2A8B3531D2F0485C19B16E2F1516E23DD3C1A4827AF1B8AC15B"
            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 3 /* G */
        start local 3 // org.bouncycastle.asn1.x9.X9ECPoint G
         3: .line 616
            new org.bouncycastle.asn1.x9.X9ECParameters
            dup
            aload 2 /* curve */
            aload 3 /* G */
            aload 2 /* curve */
            invokevirtual org.bouncycastle.math.ec.ECCurve.getOrder:()Ljava/math/BigInteger;
            aload 2 /* 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 3 // org.bouncycastle.asn1.x9.X9ECPoint G
        end local 2 // org.bouncycastle.math.ec.ECCurve curve
        end local 1 // byte[] S
        end local 0 // org.bouncycastle.crypto.ec.CustomNamedCurves$31 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/bouncycastle/crypto/ec/CustomNamedCurves$31;
            1    4     1      S  [B
            2    4     2  curve  Lorg/bouncycastle/math/ec/ECCurve;
            3    4     3      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$31