public class org.bouncycastle.math.ec.ECCurve$Fp extends org.bouncycastle.math.ec.ECCurve$AbstractFp
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.math.ec.ECCurve$Fp
  super_class: org.bouncycastle.math.ec.ECCurve$AbstractFp
{
  private static final int FP_DEFAULT_COORDS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  java.math.BigInteger q;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0000) 

  java.math.BigInteger r;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0000) 

  org.bouncycastle.math.ec.ECPoint$Fp infinity;
    descriptor: Lorg/bouncycastle/math/ec/ECPoint$Fp;
    flags: (0x0000) 

  public void <init>(java.math.BigInteger, java.math.BigInteger, java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
        start local 1 // java.math.BigInteger q
        start local 2 // java.math.BigInteger a
        start local 3 // java.math.BigInteger b
         0: .line 631
            aload 0 /* this */
            aload 1 /* q */
            aload 2 /* a */
            aload 3 /* b */
            aconst_null
            aconst_null
            invokespecial org.bouncycastle.math.ec.ECCurve$Fp.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
         1: .line 632
            return
        end local 3 // java.math.BigInteger b
        end local 2 // java.math.BigInteger a
        end local 1 // java.math.BigInteger q
        end local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/math/ec/ECCurve$Fp;
            0    2     1     q  Ljava/math/BigInteger;
            0    2     2     a  Ljava/math/BigInteger;
            0    2     3     b  Ljava/math/BigInteger;
    MethodParameters:
      Name  Flags
      q     
      a     
      b     

  public void <init>(java.math.BigInteger, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
        start local 1 // java.math.BigInteger q
        start local 2 // java.math.BigInteger a
        start local 3 // java.math.BigInteger b
        start local 4 // java.math.BigInteger order
        start local 5 // java.math.BigInteger cofactor
         0: .line 636
            aload 0 /* this */
            aload 1 /* q */
            invokespecial org.bouncycastle.math.ec.ECCurve$AbstractFp.<init>:(Ljava/math/BigInteger;)V
         1: .line 638
            aload 0 /* this */
            aload 1 /* q */
            putfield org.bouncycastle.math.ec.ECCurve$Fp.q:Ljava/math/BigInteger;
         2: .line 639
            aload 0 /* this */
            aload 1 /* q */
            invokestatic org.bouncycastle.math.ec.ECFieldElement$Fp.calculateResidue:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            putfield org.bouncycastle.math.ec.ECCurve$Fp.r:Ljava/math/BigInteger;
         3: .line 640
            aload 0 /* this */
            new org.bouncycastle.math.ec.ECPoint$Fp
            dup
            aload 0 /* this */
            aconst_null
            aconst_null
            iconst_0
            invokespecial org.bouncycastle.math.ec.ECPoint$Fp.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            putfield org.bouncycastle.math.ec.ECCurve$Fp.infinity:Lorg/bouncycastle/math/ec/ECPoint$Fp;
         4: .line 642
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* a */
            invokevirtual org.bouncycastle.math.ec.ECCurve$Fp.fromBigInteger:(Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
            putfield org.bouncycastle.math.ec.ECCurve$Fp.a:Lorg/bouncycastle/math/ec/ECFieldElement;
         5: .line 643
            aload 0 /* this */
            aload 0 /* this */
            aload 3 /* b */
            invokevirtual org.bouncycastle.math.ec.ECCurve$Fp.fromBigInteger:(Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
            putfield org.bouncycastle.math.ec.ECCurve$Fp.b:Lorg/bouncycastle/math/ec/ECFieldElement;
         6: .line 644
            aload 0 /* this */
            aload 4 /* order */
            putfield org.bouncycastle.math.ec.ECCurve$Fp.order:Ljava/math/BigInteger;
         7: .line 645
            aload 0 /* this */
            aload 5 /* cofactor */
            putfield org.bouncycastle.math.ec.ECCurve$Fp.cofactor:Ljava/math/BigInteger;
         8: .line 646
            aload 0 /* this */
            iconst_4
            putfield org.bouncycastle.math.ec.ECCurve$Fp.coord:I
         9: .line 647
            return
        end local 5 // java.math.BigInteger cofactor
        end local 4 // java.math.BigInteger order
        end local 3 // java.math.BigInteger b
        end local 2 // java.math.BigInteger a
        end local 1 // java.math.BigInteger q
        end local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/bouncycastle/math/ec/ECCurve$Fp;
            0   10     1         q  Ljava/math/BigInteger;
            0   10     2         a  Ljava/math/BigInteger;
            0   10     3         b  Ljava/math/BigInteger;
            0   10     4     order  Ljava/math/BigInteger;
            0   10     5  cofactor  Ljava/math/BigInteger;
    MethodParameters:
          Name  Flags
      q         
      a         
      b         
      order     
      cofactor  

  protected void <init>(java.math.BigInteger, java.math.BigInteger, org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
        start local 1 // java.math.BigInteger q
        start local 2 // java.math.BigInteger r
        start local 3 // org.bouncycastle.math.ec.ECFieldElement a
        start local 4 // org.bouncycastle.math.ec.ECFieldElement b
         0: .line 654
            aload 0 /* this */
            aload 1 /* q */
            aload 2 /* r */
            aload 3 /* a */
            aload 4 /* b */
            aconst_null
            aconst_null
            invokespecial org.bouncycastle.math.ec.ECCurve$Fp.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
         1: .line 655
            return
        end local 4 // org.bouncycastle.math.ec.ECFieldElement b
        end local 3 // org.bouncycastle.math.ec.ECFieldElement a
        end local 2 // java.math.BigInteger r
        end local 1 // java.math.BigInteger q
        end local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/math/ec/ECCurve$Fp;
            0    2     1     q  Ljava/math/BigInteger;
            0    2     2     r  Ljava/math/BigInteger;
            0    2     3     a  Lorg/bouncycastle/math/ec/ECFieldElement;
            0    2     4     b  Lorg/bouncycastle/math/ec/ECFieldElement;
    MethodParameters:
      Name  Flags
      q     
      r     
      a     
      b     

  protected void <init>(java.math.BigInteger, java.math.BigInteger, org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement, java.math.BigInteger, java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
        start local 1 // java.math.BigInteger q
        start local 2 // java.math.BigInteger r
        start local 3 // org.bouncycastle.math.ec.ECFieldElement a
        start local 4 // org.bouncycastle.math.ec.ECFieldElement b
        start local 5 // java.math.BigInteger order
        start local 6 // java.math.BigInteger cofactor
         0: .line 659
            aload 0 /* this */
            aload 1 /* q */
            invokespecial org.bouncycastle.math.ec.ECCurve$AbstractFp.<init>:(Ljava/math/BigInteger;)V
         1: .line 661
            aload 0 /* this */
            aload 1 /* q */
            putfield org.bouncycastle.math.ec.ECCurve$Fp.q:Ljava/math/BigInteger;
         2: .line 662
            aload 0 /* this */
            aload 2 /* r */
            putfield org.bouncycastle.math.ec.ECCurve$Fp.r:Ljava/math/BigInteger;
         3: .line 663
            aload 0 /* this */
            new org.bouncycastle.math.ec.ECPoint$Fp
            dup
            aload 0 /* this */
            aconst_null
            aconst_null
            iconst_0
            invokespecial org.bouncycastle.math.ec.ECPoint$Fp.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            putfield org.bouncycastle.math.ec.ECCurve$Fp.infinity:Lorg/bouncycastle/math/ec/ECPoint$Fp;
         4: .line 665
            aload 0 /* this */
            aload 3 /* a */
            putfield org.bouncycastle.math.ec.ECCurve$Fp.a:Lorg/bouncycastle/math/ec/ECFieldElement;
         5: .line 666
            aload 0 /* this */
            aload 4 /* b */
            putfield org.bouncycastle.math.ec.ECCurve$Fp.b:Lorg/bouncycastle/math/ec/ECFieldElement;
         6: .line 667
            aload 0 /* this */
            aload 5 /* order */
            putfield org.bouncycastle.math.ec.ECCurve$Fp.order:Ljava/math/BigInteger;
         7: .line 668
            aload 0 /* this */
            aload 6 /* cofactor */
            putfield org.bouncycastle.math.ec.ECCurve$Fp.cofactor:Ljava/math/BigInteger;
         8: .line 669
            aload 0 /* this */
            iconst_4
            putfield org.bouncycastle.math.ec.ECCurve$Fp.coord:I
         9: .line 670
            return
        end local 6 // java.math.BigInteger cofactor
        end local 5 // java.math.BigInteger order
        end local 4 // org.bouncycastle.math.ec.ECFieldElement b
        end local 3 // org.bouncycastle.math.ec.ECFieldElement a
        end local 2 // java.math.BigInteger r
        end local 1 // java.math.BigInteger q
        end local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/bouncycastle/math/ec/ECCurve$Fp;
            0   10     1         q  Ljava/math/BigInteger;
            0   10     2         r  Ljava/math/BigInteger;
            0   10     3         a  Lorg/bouncycastle/math/ec/ECFieldElement;
            0   10     4         b  Lorg/bouncycastle/math/ec/ECFieldElement;
            0   10     5     order  Ljava/math/BigInteger;
            0   10     6  cofactor  Ljava/math/BigInteger;
    MethodParameters:
          Name  Flags
      q         
      r         
      a         
      b         
      order     
      cofactor  

  protected org.bouncycastle.math.ec.ECCurve cloneCurve();
    descriptor: ()Lorg/bouncycastle/math/ec/ECCurve;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
         0: .line 674
            new org.bouncycastle.math.ec.ECCurve$Fp
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Fp.q:Ljava/math/BigInteger;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Fp.r:Ljava/math/BigInteger;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Fp.a:Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Fp.b:Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Fp.order:Ljava/math/BigInteger;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Fp.cofactor:Ljava/math/BigInteger;
            invokespecial org.bouncycastle.math.ec.ECCurve$Fp.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            areturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve$Fp;

  public boolean supportsCoordinateSystem(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
        start local 1 // int coord
         0: .line 679
            iload 1 /* coord */
            tableswitch { // 0 - 4
                    0: 1
                    1: 1
                    2: 1
                    3: 2
                    4: 1
              default: 2
          }
         1: .line 685
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 687
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int coord
        end local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/bouncycastle/math/ec/ECCurve$Fp;
            0    3     1  coord  I
    MethodParameters:
       Name  Flags
      coord  

  public java.math.BigInteger getQ();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
         0: .line 693
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Fp.q:Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve$Fp;

  public int getFieldSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
         0: .line 698
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Fp.q:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.bitLength:()I
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve$Fp;

  public org.bouncycastle.math.ec.ECFieldElement fromBigInteger(java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
        start local 1 // java.math.BigInteger x
         0: .line 703
            new org.bouncycastle.math.ec.ECFieldElement$Fp
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Fp.q:Ljava/math/BigInteger;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Fp.r:Ljava/math/BigInteger;
            aload 1 /* x */
            invokespecial org.bouncycastle.math.ec.ECFieldElement$Fp.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            areturn
        end local 1 // java.math.BigInteger x
        end local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve$Fp;
            0    1     1     x  Ljava/math/BigInteger;
    MethodParameters:
      Name  Flags
      x     

  protected org.bouncycastle.math.ec.ECPoint createRawPoint(org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement, boolean);
    descriptor: (Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement x
        start local 2 // org.bouncycastle.math.ec.ECFieldElement y
        start local 3 // boolean withCompression
         0: .line 708
            new org.bouncycastle.math.ec.ECPoint$Fp
            dup
            aload 0 /* this */
            aload 1 /* x */
            aload 2 /* y */
            iload 3 /* withCompression */
            invokespecial org.bouncycastle.math.ec.ECPoint$Fp.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        end local 3 // boolean withCompression
        end local 2 // org.bouncycastle.math.ec.ECFieldElement y
        end local 1 // org.bouncycastle.math.ec.ECFieldElement x
        end local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/bouncycastle/math/ec/ECCurve$Fp;
            0    1     1                x  Lorg/bouncycastle/math/ec/ECFieldElement;
            0    1     2                y  Lorg/bouncycastle/math/ec/ECFieldElement;
            0    1     3  withCompression  Z
    MethodParameters:
                 Name  Flags
      x                
      y                
      withCompression  

  protected org.bouncycastle.math.ec.ECPoint createRawPoint(org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement[], boolean);
    descriptor: (Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;[Lorg/bouncycastle/math/ec/ECFieldElement;Z)Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement x
        start local 2 // org.bouncycastle.math.ec.ECFieldElement y
        start local 3 // org.bouncycastle.math.ec.ECFieldElement[] zs
        start local 4 // boolean withCompression
         0: .line 713
            new org.bouncycastle.math.ec.ECPoint$Fp
            dup
            aload 0 /* this */
            aload 1 /* x */
            aload 2 /* y */
            aload 3 /* zs */
            iload 4 /* withCompression */
            invokespecial org.bouncycastle.math.ec.ECPoint$Fp.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;[Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        end local 4 // boolean withCompression
        end local 3 // org.bouncycastle.math.ec.ECFieldElement[] zs
        end local 2 // org.bouncycastle.math.ec.ECFieldElement y
        end local 1 // org.bouncycastle.math.ec.ECFieldElement x
        end local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/bouncycastle/math/ec/ECCurve$Fp;
            0    1     1                x  Lorg/bouncycastle/math/ec/ECFieldElement;
            0    1     2                y  Lorg/bouncycastle/math/ec/ECFieldElement;
            0    1     3               zs  [Lorg/bouncycastle/math/ec/ECFieldElement;
            0    1     4  withCompression  Z
    MethodParameters:
                 Name  Flags
      x                
      y                
      zs               
      withCompression  

  public org.bouncycastle.math.ec.ECPoint importPoint(org.bouncycastle.math.ec.ECPoint);
    descriptor: (Lorg/bouncycastle/math/ec/ECPoint;)Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=2, args_size=2
        start local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
        start local 1 // org.bouncycastle.math.ec.ECPoint p
         0: .line 718
            aload 0 /* this */
            aload 1 /* p */
            invokevirtual org.bouncycastle.math.ec.ECPoint.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            if_acmpeq 8
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.ECCurve$Fp.getCoordinateSystem:()I
            iconst_2
            if_icmpne 8
            aload 1 /* p */
            invokevirtual org.bouncycastle.math.ec.ECPoint.isInfinity:()Z
            ifne 8
         1: .line 720
            aload 1 /* p */
            invokevirtual org.bouncycastle.math.ec.ECPoint.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            invokevirtual org.bouncycastle.math.ec.ECCurve.getCoordinateSystem:()I
            tableswitch { // 2 - 4
                    2: 2
                    3: 2
                    4: 2
              default: 8
          }
         2: .line 725
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.math.ec.ECPoint$Fp
            dup
            aload 0 /* this */
         3: .line 726
            aload 0 /* this */
            aload 1 /* p */
            getfield org.bouncycastle.math.ec.ECPoint.x:Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.toBigInteger:()Ljava/math/BigInteger;
            invokevirtual org.bouncycastle.math.ec.ECCurve$Fp.fromBigInteger:(Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
         4: .line 727
            aload 0 /* this */
            aload 1 /* p */
            getfield org.bouncycastle.math.ec.ECPoint.y:Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.toBigInteger:()Ljava/math/BigInteger;
            invokevirtual org.bouncycastle.math.ec.ECCurve$Fp.fromBigInteger:(Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
         5: .line 728
            iconst_1
            anewarray org.bouncycastle.math.ec.ECFieldElement
            dup
            iconst_0
            aload 0 /* this */
            aload 1 /* p */
            getfield org.bouncycastle.math.ec.ECPoint.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            aaload
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.toBigInteger:()Ljava/math/BigInteger;
            invokevirtual org.bouncycastle.math.ec.ECCurve$Fp.fromBigInteger:(Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aastore
         6: .line 729
            aload 1 /* p */
            getfield org.bouncycastle.math.ec.ECPoint.withCompression:Z
         7: .line 725
            invokespecial org.bouncycastle.math.ec.ECPoint$Fp.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;[Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
         8: .line 735
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* p */
            invokespecial org.bouncycastle.math.ec.ECCurve$AbstractFp.importPoint:(Lorg/bouncycastle/math/ec/ECPoint;)Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        end local 1 // org.bouncycastle.math.ec.ECPoint p
        end local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/bouncycastle/math/ec/ECCurve$Fp;
            0    9     1     p  Lorg/bouncycastle/math/ec/ECPoint;
    MethodParameters:
      Name  Flags
      p     

  public org.bouncycastle.math.ec.ECPoint getInfinity();
    descriptor: ()Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
         0: .line 740
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Fp.infinity:Lorg/bouncycastle/math/ec/ECPoint$Fp;
            areturn
        end local 0 // org.bouncycastle.math.ec.ECCurve$Fp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve$Fp;
}
SourceFile: "ECCurve.java"
NestHost: org.bouncycastle.math.ec.ECCurve
InnerClasses:
  public abstract AbstractFp = org.bouncycastle.math.ec.ECCurve$AbstractFp of org.bouncycastle.math.ec.ECCurve
  public Fp = org.bouncycastle.math.ec.ECCurve$Fp of org.bouncycastle.math.ec.ECCurve
  public Fp = org.bouncycastle.math.ec.ECFieldElement$Fp of org.bouncycastle.math.ec.ECFieldElement
  public Fp = org.bouncycastle.math.ec.ECPoint$Fp of org.bouncycastle.math.ec.ECPoint