public class org.bouncycastle.jce.spec.ECNamedCurveParameterSpec extends org.bouncycastle.jce.spec.ECParameterSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.jce.spec.ECNamedCurveParameterSpec
  super_class: org.bouncycastle.jce.spec.ECParameterSpec
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, org.bouncycastle.math.ec.ECCurve, org.bouncycastle.math.ec.ECPoint, java.math.BigInteger);
    descriptor: (Ljava/lang/String;Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECPoint;Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.bouncycastle.jce.spec.ECNamedCurveParameterSpec this
        start local 1 // java.lang.String name
        start local 2 // org.bouncycastle.math.ec.ECCurve curve
        start local 3 // org.bouncycastle.math.ec.ECPoint G
        start local 4 // java.math.BigInteger n
         0: .line 25
            aload 0 /* this */
            aload 2 /* curve */
            aload 3 /* G */
            aload 4 /* n */
            invokespecial org.bouncycastle.jce.spec.ECParameterSpec.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECPoint;Ljava/math/BigInteger;)V
         1: .line 27
            aload 0 /* this */
            aload 1 /* name */
            putfield org.bouncycastle.jce.spec.ECNamedCurveParameterSpec.name:Ljava/lang/String;
         2: .line 28
            return
        end local 4 // java.math.BigInteger n
        end local 3 // org.bouncycastle.math.ec.ECPoint G
        end local 2 // org.bouncycastle.math.ec.ECCurve curve
        end local 1 // java.lang.String name
        end local 0 // org.bouncycastle.jce.spec.ECNamedCurveParameterSpec this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/bouncycastle/jce/spec/ECNamedCurveParameterSpec;
            0    3     1   name  Ljava/lang/String;
            0    3     2  curve  Lorg/bouncycastle/math/ec/ECCurve;
            0    3     3      G  Lorg/bouncycastle/math/ec/ECPoint;
            0    3     4      n  Ljava/math/BigInteger;
    MethodParameters:
       Name  Flags
      name   
      curve  
      G      
      n      

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

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

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.ECNamedCurveParameterSpec this
         0: .line 60
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.ECNamedCurveParameterSpec.name:Ljava/lang/String;
            areturn
        end local 0 // org.bouncycastle.jce.spec.ECNamedCurveParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/ECNamedCurveParameterSpec;
}
SourceFile: "ECNamedCurveParameterSpec.java"