public abstract class org.bouncycastle.math.ec.ECCurve
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.bouncycastle.math.ec.ECCurve
  super_class: java.lang.Object
{
  org.bouncycastle.math.ec.ECFieldElement a;
    descriptor: Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0000) 

  org.bouncycastle.math.ec.ECFieldElement b;
    descriptor: Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve this
         0: .line 9
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.bouncycastle.math.ec.ECCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve;

  public abstract int getFieldSize();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.bouncycastle.math.ec.ECFieldElement fromBigInteger(java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     

  public abstract org.bouncycastle.math.ec.ECPoint createPoint(java.math.BigInteger, java.math.BigInteger, boolean);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;Z)Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      x                
      y                
      withCompression  

  public abstract org.bouncycastle.math.ec.ECPoint decodePoint(byte[]);
    descriptor: ([B)Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      encoded  

  public abstract org.bouncycastle.math.ec.ECPoint getInfinity();
    descriptor: ()Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public org.bouncycastle.math.ec.ECFieldElement getB();
    descriptor: ()Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve this
         0: .line 30
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve.b:Lorg/bouncycastle/math/ec/ECFieldElement;
            areturn
        end local 0 // org.bouncycastle.math.ec.ECCurve this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECCurve;
}
SourceFile: "ECCurve.java"
NestMembers:
  org.bouncycastle.math.ec.ECCurve$F2m  org.bouncycastle.math.ec.ECCurve$Fp
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