public class org.bouncycastle.asn1.x9.X9Curve extends org.bouncycastle.asn1.ASN1Encodable implements org.bouncycastle.asn1.x9.X9ObjectIdentifiers
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.x9.X9Curve
  super_class: org.bouncycastle.asn1.ASN1Encodable
{
  private org.bouncycastle.math.ec.ECCurve curve;
    descriptor: Lorg/bouncycastle/math/ec/ECCurve;
    flags: (0x0002) ACC_PRIVATE

  private byte[] seed;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private org.bouncycastle.asn1.DERObjectIdentifier fieldIdentifier;
    descriptor: Lorg/bouncycastle/asn1/DERObjectIdentifier;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.bouncycastle.math.ec.ECCurve);
    descriptor: (Lorg/bouncycastle/math/ec/ECCurve;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.x9.X9Curve this
        start local 1 // org.bouncycastle.math.ec.ECCurve curve
         0: .line 28
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 26
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.x9.X9Curve.fieldIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         2: .line 31
            aload 0 /* this */
            aload 1 /* curve */
            putfield org.bouncycastle.asn1.x9.X9Curve.curve:Lorg/bouncycastle/math/ec/ECCurve;
         3: .line 32
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.x9.X9Curve.seed:[B
         4: .line 33
            aload 0 /* this */
            invokevirtual org.bouncycastle.asn1.x9.X9Curve.setFieldIdentifier:()V
         5: .line 34
            return
        end local 1 // org.bouncycastle.math.ec.ECCurve curve
        end local 0 // org.bouncycastle.asn1.x9.X9Curve this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/bouncycastle/asn1/x9/X9Curve;
            0    6     1  curve  Lorg/bouncycastle/math/ec/ECCurve;
    MethodParameters:
       Name  Flags
      curve  

  public void <init>(org.bouncycastle.math.ec.ECCurve, byte[]);
    descriptor: (Lorg/bouncycastle/math/ec/ECCurve;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.asn1.x9.X9Curve this
        start local 1 // org.bouncycastle.math.ec.ECCurve curve
        start local 2 // byte[] seed
         0: .line 36
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 26
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.x9.X9Curve.fieldIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         2: .line 40
            aload 0 /* this */
            aload 1 /* curve */
            putfield org.bouncycastle.asn1.x9.X9Curve.curve:Lorg/bouncycastle/math/ec/ECCurve;
         3: .line 41
            aload 0 /* this */
            aload 2 /* seed */
            putfield org.bouncycastle.asn1.x9.X9Curve.seed:[B
         4: .line 42
            aload 0 /* this */
            invokevirtual org.bouncycastle.asn1.x9.X9Curve.setFieldIdentifier:()V
         5: .line 43
            return
        end local 2 // byte[] seed
        end local 1 // org.bouncycastle.math.ec.ECCurve curve
        end local 0 // org.bouncycastle.asn1.x9.X9Curve this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/bouncycastle/asn1/x9/X9Curve;
            0    6     1  curve  Lorg/bouncycastle/math/ec/ECCurve;
            0    6     2   seed  [B
    MethodParameters:
       Name  Flags
      curve  
      seed   

  public void <init>(org.bouncycastle.asn1.x9.X9FieldID, org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/x9/X9FieldID;Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=11, args_size=3
        start local 0 // org.bouncycastle.asn1.x9.X9Curve this
        start local 1 // org.bouncycastle.asn1.x9.X9FieldID fieldID
        start local 2 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 45
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 26
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.x9.X9Curve.fieldIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         2: .line 49
            aload 0 /* this */
            aload 1 /* fieldID */
            invokevirtual org.bouncycastle.asn1.x9.X9FieldID.getIdentifier:()Lorg/bouncycastle/asn1/DERObjectIdentifier;
            putfield org.bouncycastle.asn1.x9.X9Curve.fieldIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         3: .line 50
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.X9Curve.fieldIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            getstatic org.bouncycastle.asn1.x9.X9Curve.prime_field:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            invokevirtual org.bouncycastle.asn1.DERObjectIdentifier.equals:(Ljava/lang/Object;)Z
            ifeq 9
         4: .line 52
            aload 1 /* fieldID */
            invokevirtual org.bouncycastle.asn1.x9.X9FieldID.getParameters:()Lorg/bouncycastle/asn1/DERObject;
            checkcast org.bouncycastle.asn1.DERInteger
            invokevirtual org.bouncycastle.asn1.DERInteger.getValue:()Ljava/math/BigInteger;
            astore 3 /* p */
        start local 3 // java.math.BigInteger p
         5: .line 53
            new org.bouncycastle.asn1.x9.X9FieldElement
            dup
            aload 3 /* p */
            aload 2 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.ASN1OctetString
            invokespecial org.bouncycastle.asn1.x9.X9FieldElement.<init>:(Ljava/math/BigInteger;Lorg/bouncycastle/asn1/ASN1OctetString;)V
            astore 4 /* x9A */
        start local 4 // org.bouncycastle.asn1.x9.X9FieldElement x9A
         6: .line 54
            new org.bouncycastle.asn1.x9.X9FieldElement
            dup
            aload 3 /* p */
            aload 2 /* seq */
            iconst_1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.ASN1OctetString
            invokespecial org.bouncycastle.asn1.x9.X9FieldElement.<init>:(Ljava/math/BigInteger;Lorg/bouncycastle/asn1/ASN1OctetString;)V
            astore 5 /* x9B */
        start local 5 // org.bouncycastle.asn1.x9.X9FieldElement x9B
         7: .line 55
            aload 0 /* this */
            new org.bouncycastle.math.ec.ECCurve$Fp
            dup
            aload 3 /* p */
            aload 4 /* x9A */
            invokevirtual org.bouncycastle.asn1.x9.X9FieldElement.getValue:()Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.toBigInteger:()Ljava/math/BigInteger;
            aload 5 /* x9B */
            invokevirtual org.bouncycastle.asn1.x9.X9FieldElement.getValue:()Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.toBigInteger:()Ljava/math/BigInteger;
            invokespecial org.bouncycastle.math.ec.ECCurve$Fp.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            putfield org.bouncycastle.asn1.x9.X9Curve.curve:Lorg/bouncycastle/math/ec/ECCurve;
        end local 5 // org.bouncycastle.asn1.x9.X9FieldElement x9B
        end local 4 // org.bouncycastle.asn1.x9.X9FieldElement x9A
        end local 3 // java.math.BigInteger p
         8: .line 56
            goto 38
         9: .line 59
      StackMap locals: org.bouncycastle.asn1.x9.X9Curve org.bouncycastle.asn1.x9.X9FieldID org.bouncycastle.asn1.ASN1Sequence
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.X9Curve.fieldIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            getstatic org.bouncycastle.asn1.x9.X9Curve.characteristic_two_field:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            invokevirtual org.bouncycastle.asn1.DERObjectIdentifier.equals:(Ljava/lang/Object;)Z
            ifeq 38
        10: .line 62
            aload 1 /* fieldID */
            invokevirtual org.bouncycastle.asn1.x9.X9FieldID.getParameters:()Lorg/bouncycastle/asn1/DERObject;
            checkcast org.bouncycastle.asn1.DERSequence
            astore 3 /* parameters */
        start local 3 // org.bouncycastle.asn1.DERSequence parameters
        11: .line 63
            aload 3 /* parameters */
            iconst_0
            invokevirtual org.bouncycastle.asn1.DERSequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.DERInteger
            invokevirtual org.bouncycastle.asn1.DERInteger.getValue:()Ljava/math/BigInteger;
        12: .line 64
            invokevirtual java.math.BigInteger.intValue:()I
        13: .line 63
            istore 4 /* m */
        start local 4 // int m
        14: .line 66
            aload 3 /* parameters */
            iconst_1
            invokevirtual org.bouncycastle.asn1.DERSequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.DERObjectIdentifier
        15: .line 65
            astore 5 /* representation */
        start local 5 // org.bouncycastle.asn1.DERObjectIdentifier representation
        16: .line 68
            iconst_0
            istore 6 /* k1 */
        start local 6 // int k1
        17: .line 69
            iconst_0
            istore 7 /* k2 */
        start local 7 // int k2
        18: .line 70
            iconst_0
            istore 8 /* k3 */
        start local 8 // int k3
        19: .line 71
            aload 5 /* representation */
            getstatic org.bouncycastle.asn1.x9.X9Curve.tpBasis:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            invokevirtual org.bouncycastle.asn1.DERObjectIdentifier.equals:(Ljava/lang/Object;)Z
            ifeq 24
        20: .line 74
            aload 3 /* parameters */
            iconst_2
            invokevirtual org.bouncycastle.asn1.DERSequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.DERInteger
            invokevirtual org.bouncycastle.asn1.DERInteger.getValue:()Ljava/math/BigInteger;
        21: .line 75
            invokevirtual java.math.BigInteger.intValue:()I
        22: .line 74
            istore 6 /* k1 */
        23: .line 76
            goto 35
        24: .line 81
      StackMap locals: org.bouncycastle.asn1.x9.X9Curve org.bouncycastle.asn1.x9.X9FieldID org.bouncycastle.asn1.ASN1Sequence org.bouncycastle.asn1.DERSequence int org.bouncycastle.asn1.DERObjectIdentifier int int int
      StackMap stack:
            aload 3 /* parameters */
            iconst_2
            invokevirtual org.bouncycastle.asn1.DERSequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.DERSequence
        25: .line 80
            astore 9 /* pentanomial */
        start local 9 // org.bouncycastle.asn1.DERSequence pentanomial
        26: .line 82
            aload 9 /* pentanomial */
            iconst_0
            invokevirtual org.bouncycastle.asn1.DERSequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.DERInteger
            invokevirtual org.bouncycastle.asn1.DERInteger.getValue:()Ljava/math/BigInteger;
        27: .line 83
            invokevirtual java.math.BigInteger.intValue:()I
        28: .line 82
            istore 6 /* k1 */
        29: .line 84
            aload 9 /* pentanomial */
            iconst_1
            invokevirtual org.bouncycastle.asn1.DERSequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.DERInteger
            invokevirtual org.bouncycastle.asn1.DERInteger.getValue:()Ljava/math/BigInteger;
        30: .line 85
            invokevirtual java.math.BigInteger.intValue:()I
        31: .line 84
            istore 7 /* k2 */
        32: .line 86
            aload 9 /* pentanomial */
            iconst_2
            invokevirtual org.bouncycastle.asn1.DERSequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.DERInteger
            invokevirtual org.bouncycastle.asn1.DERInteger.getValue:()Ljava/math/BigInteger;
        33: .line 87
            invokevirtual java.math.BigInteger.intValue:()I
        34: .line 86
            istore 8 /* k3 */
        end local 9 // org.bouncycastle.asn1.DERSequence pentanomial
        35: .line 89
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.asn1.x9.X9FieldElement
            dup
            iload 4 /* m */
            iload 6 /* k1 */
            iload 7 /* k2 */
            iload 8 /* k3 */
            aload 2 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.ASN1OctetString
            invokespecial org.bouncycastle.asn1.x9.X9FieldElement.<init>:(IIIILorg/bouncycastle/asn1/ASN1OctetString;)V
            astore 9 /* x9A */
        start local 9 // org.bouncycastle.asn1.x9.X9FieldElement x9A
        36: .line 90
            new org.bouncycastle.asn1.x9.X9FieldElement
            dup
            iload 4 /* m */
            iload 6 /* k1 */
            iload 7 /* k2 */
            iload 8 /* k3 */
            aload 2 /* seq */
            iconst_1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.ASN1OctetString
            invokespecial org.bouncycastle.asn1.x9.X9FieldElement.<init>:(IIIILorg/bouncycastle/asn1/ASN1OctetString;)V
            astore 10 /* x9B */
        start local 10 // org.bouncycastle.asn1.x9.X9FieldElement x9B
        37: .line 92
            aload 0 /* this */
            new org.bouncycastle.math.ec.ECCurve$F2m
            dup
            iload 4 /* m */
            iload 6 /* k1 */
            iload 7 /* k2 */
            iload 8 /* k3 */
            aload 9 /* x9A */
            invokevirtual org.bouncycastle.asn1.x9.X9FieldElement.getValue:()Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.toBigInteger:()Ljava/math/BigInteger;
            aload 10 /* x9B */
            invokevirtual org.bouncycastle.asn1.x9.X9FieldElement.getValue:()Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.toBigInteger:()Ljava/math/BigInteger;
            invokespecial org.bouncycastle.math.ec.ECCurve$F2m.<init>:(IIIILjava/math/BigInteger;Ljava/math/BigInteger;)V
            putfield org.bouncycastle.asn1.x9.X9Curve.curve:Lorg/bouncycastle/math/ec/ECCurve;
        end local 10 // org.bouncycastle.asn1.x9.X9FieldElement x9B
        end local 9 // org.bouncycastle.asn1.x9.X9FieldElement x9A
        end local 8 // int k3
        end local 7 // int k2
        end local 6 // int k1
        end local 5 // org.bouncycastle.asn1.DERObjectIdentifier representation
        end local 4 // int m
        end local 3 // org.bouncycastle.asn1.DERSequence parameters
        38: .line 96
      StackMap locals: org.bouncycastle.asn1.x9.X9Curve org.bouncycastle.asn1.x9.X9FieldID org.bouncycastle.asn1.ASN1Sequence
      StackMap stack:
            aload 2 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_3
            if_icmpne 40
        39: .line 98
            aload 0 /* this */
            aload 2 /* seq */
            iconst_2
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.DERBitString
            invokevirtual org.bouncycastle.asn1.DERBitString.getBytes:()[B
            putfield org.bouncycastle.asn1.x9.X9Curve.seed:[B
        40: .line 100
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 1 // org.bouncycastle.asn1.x9.X9FieldID fieldID
        end local 0 // org.bouncycastle.asn1.x9.X9Curve this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   41     0            this  Lorg/bouncycastle/asn1/x9/X9Curve;
            0   41     1         fieldID  Lorg/bouncycastle/asn1/x9/X9FieldID;
            0   41     2             seq  Lorg/bouncycastle/asn1/ASN1Sequence;
            5    8     3               p  Ljava/math/BigInteger;
            6    8     4             x9A  Lorg/bouncycastle/asn1/x9/X9FieldElement;
            7    8     5             x9B  Lorg/bouncycastle/asn1/x9/X9FieldElement;
           11   38     3      parameters  Lorg/bouncycastle/asn1/DERSequence;
           14   38     4               m  I
           16   38     5  representation  Lorg/bouncycastle/asn1/DERObjectIdentifier;
           17   38     6              k1  I
           18   38     7              k2  I
           19   38     8              k3  I
           26   35     9     pentanomial  Lorg/bouncycastle/asn1/DERSequence;
           36   38     9             x9A  Lorg/bouncycastle/asn1/x9/X9FieldElement;
           37   38    10             x9B  Lorg/bouncycastle/asn1/x9/X9FieldElement;
    MethodParameters:
         Name  Flags
      fieldID  
      seq      

  private void setFieldIdentifier();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x9.X9Curve this
         0: .line 104
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.X9Curve.curve:Lorg/bouncycastle/math/ec/ECCurve;
            instanceof org.bouncycastle.math.ec.ECCurve$Fp
            ifeq 3
         1: .line 106
            aload 0 /* this */
            getstatic org.bouncycastle.asn1.x9.X9Curve.prime_field:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            putfield org.bouncycastle.asn1.x9.X9Curve.fieldIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         2: .line 107
            goto 7
         3: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.X9Curve.curve:Lorg/bouncycastle/math/ec/ECCurve;
            instanceof org.bouncycastle.math.ec.ECCurve$F2m
            ifeq 6
         4: .line 110
            aload 0 /* this */
            getstatic org.bouncycastle.asn1.x9.X9Curve.characteristic_two_field:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            putfield org.bouncycastle.asn1.x9.X9Curve.fieldIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         5: .line 111
            goto 7
         6: .line 114
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "This type of ECCurve is not implemented"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 117
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.bouncycastle.asn1.x9.X9Curve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/bouncycastle/asn1/x9/X9Curve;

  public org.bouncycastle.math.ec.ECCurve getCurve();
    descriptor: ()Lorg/bouncycastle/math/ec/ECCurve;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x9.X9Curve this
         0: .line 121
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.X9Curve.curve:Lorg/bouncycastle/math/ec/ECCurve;
            areturn
        end local 0 // org.bouncycastle.asn1.x9.X9Curve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x9/X9Curve;

  public byte[] getSeed();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x9.X9Curve this
         0: .line 126
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.X9Curve.seed:[B
            areturn
        end local 0 // org.bouncycastle.asn1.x9.X9Curve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x9/X9Curve;

  public org.bouncycastle.asn1.DERObject toASN1Object();
    descriptor: ()Lorg/bouncycastle/asn1/DERObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.x9.X9Curve this
         0: .line 141
            new org.bouncycastle.asn1.ASN1EncodableVector
            dup
            invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
            astore 1 /* v */
        start local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
         1: .line 143
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.X9Curve.fieldIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            getstatic org.bouncycastle.asn1.x9.X9Curve.prime_field:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            invokevirtual org.bouncycastle.asn1.DERObjectIdentifier.equals:(Ljava/lang/Object;)Z
            ifeq 5
         2: .line 145
            aload 1 /* v */
            new org.bouncycastle.asn1.x9.X9FieldElement
            dup
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.X9Curve.curve:Lorg/bouncycastle/math/ec/ECCurve;
            invokevirtual org.bouncycastle.math.ec.ECCurve.getA:()Lorg/bouncycastle/math/ec/ECFieldElement;
            invokespecial org.bouncycastle.asn1.x9.X9FieldElement.<init>:(Lorg/bouncycastle/math/ec/ECFieldElement;)V
            invokevirtual org.bouncycastle.asn1.x9.X9FieldElement.getDERObject:()Lorg/bouncycastle/asn1/DERObject;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         3: .line 146
            aload 1 /* v */
            new org.bouncycastle.asn1.x9.X9FieldElement
            dup
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.X9Curve.curve:Lorg/bouncycastle/math/ec/ECCurve;
            invokevirtual org.bouncycastle.math.ec.ECCurve.getB:()Lorg/bouncycastle/math/ec/ECFieldElement;
            invokespecial org.bouncycastle.asn1.x9.X9FieldElement.<init>:(Lorg/bouncycastle/math/ec/ECFieldElement;)V
            invokevirtual org.bouncycastle.asn1.x9.X9FieldElement.getDERObject:()Lorg/bouncycastle/asn1/DERObject;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         4: .line 147
            goto 8
         5: .line 148
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.X9Curve.fieldIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            getstatic org.bouncycastle.asn1.x9.X9Curve.characteristic_two_field:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            invokevirtual org.bouncycastle.asn1.DERObjectIdentifier.equals:(Ljava/lang/Object;)Z
            ifeq 8
         6: .line 150
            aload 1 /* v */
            new org.bouncycastle.asn1.x9.X9FieldElement
            dup
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.X9Curve.curve:Lorg/bouncycastle/math/ec/ECCurve;
            invokevirtual org.bouncycastle.math.ec.ECCurve.getA:()Lorg/bouncycastle/math/ec/ECFieldElement;
            invokespecial org.bouncycastle.asn1.x9.X9FieldElement.<init>:(Lorg/bouncycastle/math/ec/ECFieldElement;)V
            invokevirtual org.bouncycastle.asn1.x9.X9FieldElement.getDERObject:()Lorg/bouncycastle/asn1/DERObject;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         7: .line 151
            aload 1 /* v */
            new org.bouncycastle.asn1.x9.X9FieldElement
            dup
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.X9Curve.curve:Lorg/bouncycastle/math/ec/ECCurve;
            invokevirtual org.bouncycastle.math.ec.ECCurve.getB:()Lorg/bouncycastle/math/ec/ECFieldElement;
            invokespecial org.bouncycastle.asn1.x9.X9FieldElement.<init>:(Lorg/bouncycastle/math/ec/ECFieldElement;)V
            invokevirtual org.bouncycastle.asn1.x9.X9FieldElement.getDERObject:()Lorg/bouncycastle/asn1/DERObject;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         8: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.X9Curve.seed:[B
            ifnull 10
         9: .line 156
            aload 1 /* v */
            new org.bouncycastle.asn1.DERBitString
            dup
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.X9Curve.seed:[B
            invokespecial org.bouncycastle.asn1.DERBitString.<init>:([B)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
        10: .line 159
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.asn1.DERSequence
            dup
            aload 1 /* v */
            invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            areturn
        end local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
        end local 0 // org.bouncycastle.asn1.x9.X9Curve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/bouncycastle/asn1/x9/X9Curve;
            1   11     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "X9Curve.java"
InnerClasses:
  public F2m = org.bouncycastle.math.ec.ECCurve$F2m of org.bouncycastle.math.ec.ECCurve
  public Fp = org.bouncycastle.math.ec.ECCurve$Fp of org.bouncycastle.math.ec.ECCurve