public class org.bouncycastle.math.ec.ECCurve$Config
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.math.ec.ECCurve$Config
  super_class: java.lang.Object
{
  protected int coord;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected org.bouncycastle.math.ec.endo.ECEndomorphism endomorphism;
    descriptor: Lorg/bouncycastle/math/ec/endo/ECEndomorphism;
    flags: (0x0004) ACC_PROTECTED

  protected org.bouncycastle.math.ec.ECMultiplier multiplier;
    descriptor: Lorg/bouncycastle/math/ec/ECMultiplier;
    flags: (0x0004) ACC_PROTECTED

  final org.bouncycastle.math.ec.ECCurve this$0;
    descriptor: Lorg/bouncycastle/math/ec/ECCurve;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.bouncycastle.math.ec.ECCurve, int, org.bouncycastle.math.ec.endo.ECEndomorphism, org.bouncycastle.math.ec.ECMultiplier);
    descriptor: (Lorg/bouncycastle/math/ec/ECCurve;ILorg/bouncycastle/math/ec/endo/ECEndomorphism;Lorg/bouncycastle/math/ec/ECMultiplier;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.bouncycastle.math.ec.ECCurve$Config this
        start local 2 // int coord
        start local 3 // org.bouncycastle.math.ec.endo.ECEndomorphism endomorphism
        start local 4 // org.bouncycastle.math.ec.ECMultiplier multiplier
         0: .line 42
            aload 0 /* this */
            aload 1
            putfield org.bouncycastle.math.ec.ECCurve$Config.this$0:Lorg/bouncycastle/math/ec/ECCurve;
         1: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 43
            aload 0 /* this */
            iload 2 /* coord */
            putfield org.bouncycastle.math.ec.ECCurve$Config.coord:I
         3: .line 44
            aload 0 /* this */
            aload 3 /* endomorphism */
            putfield org.bouncycastle.math.ec.ECCurve$Config.endomorphism:Lorg/bouncycastle/math/ec/endo/ECEndomorphism;
         4: .line 45
            aload 0 /* this */
            aload 4 /* multiplier */
            putfield org.bouncycastle.math.ec.ECCurve$Config.multiplier:Lorg/bouncycastle/math/ec/ECMultiplier;
         5: .line 46
            return
        end local 4 // org.bouncycastle.math.ec.ECMultiplier multiplier
        end local 3 // org.bouncycastle.math.ec.endo.ECEndomorphism endomorphism
        end local 2 // int coord
        end local 0 // org.bouncycastle.math.ec.ECCurve$Config this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/bouncycastle/math/ec/ECCurve$Config;
            0    6     2         coord  I
            0    6     3  endomorphism  Lorg/bouncycastle/math/ec/endo/ECEndomorphism;
            0    6     4    multiplier  Lorg/bouncycastle/math/ec/ECMultiplier;
    MethodParameters:
              Name  Flags
      this$0        final
      coord         
      endomorphism  
      multiplier    

  public org.bouncycastle.math.ec.ECCurve$Config setCoordinateSystem(int);
    descriptor: (I)Lorg/bouncycastle/math/ec/ECCurve$Config;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.math.ec.ECCurve$Config this
        start local 1 // int coord
         0: .line 50
            aload 0 /* this */
            iload 1 /* coord */
            putfield org.bouncycastle.math.ec.ECCurve$Config.coord:I
         1: .line 51
            aload 0 /* this */
            areturn
        end local 1 // int coord
        end local 0 // org.bouncycastle.math.ec.ECCurve$Config this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/bouncycastle/math/ec/ECCurve$Config;
            0    2     1  coord  I
    MethodParameters:
       Name  Flags
      coord  

  public org.bouncycastle.math.ec.ECCurve$Config setEndomorphism(org.bouncycastle.math.ec.endo.ECEndomorphism);
    descriptor: (Lorg/bouncycastle/math/ec/endo/ECEndomorphism;)Lorg/bouncycastle/math/ec/ECCurve$Config;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.math.ec.ECCurve$Config this
        start local 1 // org.bouncycastle.math.ec.endo.ECEndomorphism endomorphism
         0: .line 56
            aload 0 /* this */
            aload 1 /* endomorphism */
            putfield org.bouncycastle.math.ec.ECCurve$Config.endomorphism:Lorg/bouncycastle/math/ec/endo/ECEndomorphism;
         1: .line 57
            aload 0 /* this */
            areturn
        end local 1 // org.bouncycastle.math.ec.endo.ECEndomorphism endomorphism
        end local 0 // org.bouncycastle.math.ec.ECCurve$Config this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/bouncycastle/math/ec/ECCurve$Config;
            0    2     1  endomorphism  Lorg/bouncycastle/math/ec/endo/ECEndomorphism;
    MethodParameters:
              Name  Flags
      endomorphism  

  public org.bouncycastle.math.ec.ECCurve$Config setMultiplier(org.bouncycastle.math.ec.ECMultiplier);
    descriptor: (Lorg/bouncycastle/math/ec/ECMultiplier;)Lorg/bouncycastle/math/ec/ECCurve$Config;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.math.ec.ECCurve$Config this
        start local 1 // org.bouncycastle.math.ec.ECMultiplier multiplier
         0: .line 62
            aload 0 /* this */
            aload 1 /* multiplier */
            putfield org.bouncycastle.math.ec.ECCurve$Config.multiplier:Lorg/bouncycastle/math/ec/ECMultiplier;
         1: .line 63
            aload 0 /* this */
            areturn
        end local 1 // org.bouncycastle.math.ec.ECMultiplier multiplier
        end local 0 // org.bouncycastle.math.ec.ECCurve$Config this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/bouncycastle/math/ec/ECCurve$Config;
            0    2     1  multiplier  Lorg/bouncycastle/math/ec/ECMultiplier;
    MethodParameters:
            Name  Flags
      multiplier  

  public org.bouncycastle.math.ec.ECCurve create();
    descriptor: ()Lorg/bouncycastle/math/ec/ECCurve;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECCurve$Config this
         0: .line 68
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Config.this$0:Lorg/bouncycastle/math/ec/ECCurve;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Config.coord:I
            invokevirtual org.bouncycastle.math.ec.ECCurve.supportsCoordinateSystem:(I)Z
            ifne 2
         1: .line 70
            new java.lang.IllegalStateException
            dup
            ldc "unsupported coordinate system"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Config.this$0:Lorg/bouncycastle/math/ec/ECCurve;
            invokevirtual org.bouncycastle.math.ec.ECCurve.cloneCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            astore 1 /* c */
        start local 1 // org.bouncycastle.math.ec.ECCurve c
         3: .line 74
            aload 1 /* c */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Config.this$0:Lorg/bouncycastle/math/ec/ECCurve;
            if_acmpne 5
         4: .line 76
            new java.lang.IllegalStateException
            dup
            ldc "implementation returned current curve"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 80
      StackMap locals: org.bouncycastle.math.ec.ECCurve
      StackMap stack:
            aload 1 /* c */
            dup
            astore 2
            monitorenter
         6: .line 82
            aload 1 /* c */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Config.coord:I
            putfield org.bouncycastle.math.ec.ECCurve.coord:I
         7: .line 83
            aload 1 /* c */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Config.endomorphism:Lorg/bouncycastle/math/ec/endo/ECEndomorphism;
            putfield org.bouncycastle.math.ec.ECCurve.endomorphism:Lorg/bouncycastle/math/ec/endo/ECEndomorphism;
         8: .line 84
            aload 1 /* c */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECCurve$Config.multiplier:Lorg/bouncycastle/math/ec/ECMultiplier;
            putfield org.bouncycastle.math.ec.ECCurve.multiplier:Lorg/bouncycastle/math/ec/ECMultiplier;
         9: .line 80
            aload 2
            monitorexit
        10: goto 13
      StackMap locals: org.bouncycastle.math.ec.ECCurve$Config org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.ECCurve
      StackMap stack: java.lang.Throwable
        11: aload 2
            monitorexit
        12: athrow
        13: .line 87
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            areturn
        end local 1 // org.bouncycastle.math.ec.ECCurve c
        end local 0 // org.bouncycastle.math.ec.ECCurve$Config this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/bouncycastle/math/ec/ECCurve$Config;
            3   14     1     c  Lorg/bouncycastle/math/ec/ECCurve;
      Exception table:
        from    to  target  type
           6    10      11  any
          11    12      11  any
}
SourceFile: "ECCurve.java"
NestHost: org.bouncycastle.math.ec.ECCurve
InnerClasses:
  public Config = org.bouncycastle.math.ec.ECCurve$Config of org.bouncycastle.math.ec.ECCurve