public class org.bouncycastle.jce.spec.ECParameterSpec implements java.security.spec.AlgorithmParameterSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.jce.spec.ECParameterSpec
  super_class: java.lang.Object
{
  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.math.ec.ECPoint G;
    descriptor: Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0002) ACC_PRIVATE

  private java.math.BigInteger n;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE

  private java.math.BigInteger h;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.bouncycastle.math.ec.ECCurve, org.bouncycastle.math.ec.ECPoint, java.math.BigInteger);
    descriptor: (Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECPoint;Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.bouncycastle.jce.spec.ECParameterSpec this
        start local 1 // org.bouncycastle.math.ec.ECCurve curve
        start local 2 // org.bouncycastle.math.ec.ECPoint G
        start local 3 // java.math.BigInteger n
         0: .line 21
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 26
            aload 0 /* this */
            aload 1 /* curve */
            putfield org.bouncycastle.jce.spec.ECParameterSpec.curve:Lorg/bouncycastle/math/ec/ECCurve;
         2: .line 27
            aload 0 /* this */
            aload 2 /* G */
            putfield org.bouncycastle.jce.spec.ECParameterSpec.G:Lorg/bouncycastle/math/ec/ECPoint;
         3: .line 28
            aload 0 /* this */
            aload 3 /* n */
            putfield org.bouncycastle.jce.spec.ECParameterSpec.n:Ljava/math/BigInteger;
         4: .line 29
            aload 0 /* this */
            lconst_1
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            putfield org.bouncycastle.jce.spec.ECParameterSpec.h:Ljava/math/BigInteger;
         5: .line 30
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.jce.spec.ECParameterSpec.seed:[B
         6: .line 31
            return
        end local 3 // java.math.BigInteger n
        end local 2 // org.bouncycastle.math.ec.ECPoint G
        end local 1 // org.bouncycastle.math.ec.ECCurve curve
        end local 0 // org.bouncycastle.jce.spec.ECParameterSpec this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/bouncycastle/jce/spec/ECParameterSpec;
            0    7     1  curve  Lorg/bouncycastle/math/ec/ECCurve;
            0    7     2      G  Lorg/bouncycastle/math/ec/ECPoint;
            0    7     3      n  Ljava/math/BigInteger;
    MethodParameters:
       Name  Flags
      curve  
      G      
      n      

  public void <init>(org.bouncycastle.math.ec.ECCurve, org.bouncycastle.math.ec.ECPoint, java.math.BigInteger, java.math.BigInteger);
    descriptor: (Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECPoint;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.bouncycastle.jce.spec.ECParameterSpec this
        start local 1 // org.bouncycastle.math.ec.ECCurve curve
        start local 2 // org.bouncycastle.math.ec.ECPoint G
        start local 3 // java.math.BigInteger n
        start local 4 // java.math.BigInteger h
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* curve */
            putfield org.bouncycastle.jce.spec.ECParameterSpec.curve:Lorg/bouncycastle/math/ec/ECCurve;
         2: .line 40
            aload 0 /* this */
            aload 2 /* G */
            putfield org.bouncycastle.jce.spec.ECParameterSpec.G:Lorg/bouncycastle/math/ec/ECPoint;
         3: .line 41
            aload 0 /* this */
            aload 3 /* n */
            putfield org.bouncycastle.jce.spec.ECParameterSpec.n:Ljava/math/BigInteger;
         4: .line 42
            aload 0 /* this */
            aload 4 /* h */
            putfield org.bouncycastle.jce.spec.ECParameterSpec.h:Ljava/math/BigInteger;
         5: .line 43
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.jce.spec.ECParameterSpec.seed:[B
         6: .line 44
            return
        end local 4 // java.math.BigInteger h
        end local 3 // java.math.BigInteger n
        end local 2 // org.bouncycastle.math.ec.ECPoint G
        end local 1 // org.bouncycastle.math.ec.ECCurve curve
        end local 0 // org.bouncycastle.jce.spec.ECParameterSpec this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/bouncycastle/jce/spec/ECParameterSpec;
            0    7     1  curve  Lorg/bouncycastle/math/ec/ECCurve;
            0    7     2      G  Lorg/bouncycastle/math/ec/ECPoint;
            0    7     3      n  Ljava/math/BigInteger;
            0    7     4      h  Ljava/math/BigInteger;
    MethodParameters:
       Name  Flags
      curve  
      G      
      n      
      h      

  public void <init>(org.bouncycastle.math.ec.ECCurve, org.bouncycastle.math.ec.ECPoint, java.math.BigInteger, java.math.BigInteger, byte[]);
    descriptor: (Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECPoint;Ljava/math/BigInteger;Ljava/math/BigInteger;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.bouncycastle.jce.spec.ECParameterSpec this
        start local 1 // org.bouncycastle.math.ec.ECCurve curve
        start local 2 // org.bouncycastle.math.ec.ECPoint G
        start local 3 // java.math.BigInteger n
        start local 4 // java.math.BigInteger h
        start local 5 // byte[] seed
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* curve */
            putfield org.bouncycastle.jce.spec.ECParameterSpec.curve:Lorg/bouncycastle/math/ec/ECCurve;
         2: .line 54
            aload 0 /* this */
            aload 2 /* G */
            putfield org.bouncycastle.jce.spec.ECParameterSpec.G:Lorg/bouncycastle/math/ec/ECPoint;
         3: .line 55
            aload 0 /* this */
            aload 3 /* n */
            putfield org.bouncycastle.jce.spec.ECParameterSpec.n:Ljava/math/BigInteger;
         4: .line 56
            aload 0 /* this */
            aload 4 /* h */
            putfield org.bouncycastle.jce.spec.ECParameterSpec.h:Ljava/math/BigInteger;
         5: .line 57
            aload 0 /* this */
            aload 5 /* seed */
            putfield org.bouncycastle.jce.spec.ECParameterSpec.seed:[B
         6: .line 58
            return
        end local 5 // byte[] seed
        end local 4 // java.math.BigInteger h
        end local 3 // java.math.BigInteger n
        end local 2 // org.bouncycastle.math.ec.ECPoint G
        end local 1 // org.bouncycastle.math.ec.ECCurve curve
        end local 0 // org.bouncycastle.jce.spec.ECParameterSpec this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/bouncycastle/jce/spec/ECParameterSpec;
            0    7     1  curve  Lorg/bouncycastle/math/ec/ECCurve;
            0    7     2      G  Lorg/bouncycastle/math/ec/ECPoint;
            0    7     3      n  Ljava/math/BigInteger;
            0    7     4      h  Ljava/math/BigInteger;
            0    7     5   seed  [B
    MethodParameters:
       Name  Flags
      curve  
      G      
      n      
      h      
      seed   

  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.jce.spec.ECParameterSpec this
         0: .line 66
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.ECParameterSpec.curve:Lorg/bouncycastle/math/ec/ECCurve;
            areturn
        end local 0 // org.bouncycastle.jce.spec.ECParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/ECParameterSpec;

  public org.bouncycastle.math.ec.ECPoint getG();
    descriptor: ()Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.ECParameterSpec this
         0: .line 75
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.ECParameterSpec.G:Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        end local 0 // org.bouncycastle.jce.spec.ECParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/ECParameterSpec;

  public java.math.BigInteger getN();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.ECParameterSpec this
         0: .line 84
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.ECParameterSpec.n:Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.jce.spec.ECParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/ECParameterSpec;

  public java.math.BigInteger getH();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.ECParameterSpec this
         0: .line 93
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.ECParameterSpec.h:Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.jce.spec.ECParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/ECParameterSpec;

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

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.bouncycastle.jce.spec.ECParameterSpec this
        start local 1 // java.lang.Object o
         0: .line 107
            aload 1 /* o */
            instanceof org.bouncycastle.jce.spec.ECParameterSpec
            ifne 2
         1: .line 109
            iconst_0
            ireturn
         2: .line 112
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.bouncycastle.jce.spec.ECParameterSpec
            astore 2 /* other */
        start local 2 // org.bouncycastle.jce.spec.ECParameterSpec other
         3: .line 114
            aload 0 /* this */
            invokevirtual org.bouncycastle.jce.spec.ECParameterSpec.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            aload 2 /* other */
            invokevirtual org.bouncycastle.jce.spec.ECParameterSpec.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0 /* this */
            invokevirtual org.bouncycastle.jce.spec.ECParameterSpec.getG:()Lorg/bouncycastle/math/ec/ECPoint;
            aload 2 /* other */
            invokevirtual org.bouncycastle.jce.spec.ECParameterSpec.getG:()Lorg/bouncycastle/math/ec/ECPoint;
            invokevirtual org.bouncycastle.math.ec.ECPoint.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: org.bouncycastle.jce.spec.ECParameterSpec
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // org.bouncycastle.jce.spec.ECParameterSpec other
        end local 1 // java.lang.Object o
        end local 0 // org.bouncycastle.jce.spec.ECParameterSpec this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/bouncycastle/jce/spec/ECParameterSpec;
            0    5     1      o  Ljava/lang/Object;
            3    5     2  other  Lorg/bouncycastle/jce/spec/ECParameterSpec;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.ECParameterSpec this
         0: .line 119
            aload 0 /* this */
            invokevirtual org.bouncycastle.jce.spec.ECParameterSpec.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            invokevirtual java.lang.Object.hashCode:()I
            aload 0 /* this */
            invokevirtual org.bouncycastle.jce.spec.ECParameterSpec.getG:()Lorg/bouncycastle/math/ec/ECPoint;
            invokevirtual org.bouncycastle.math.ec.ECPoint.hashCode:()I
            ixor
            ireturn
        end local 0 // org.bouncycastle.jce.spec.ECParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/ECParameterSpec;
}
SourceFile: "ECParameterSpec.java"