public abstract class com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA extends com.sun.org.apache.xml.internal.security.algorithms.SignatureAlgorithmSpi
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA
  super_class: com.sun.org.apache.xml.internal.security.algorithms.SignatureAlgorithmSpi
{
  static java.util.logging.Logger log;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x0008) ACC_STATIC

  private java.security.Signature _signatureAlgorithm;
    descriptor: Ljava/security/Signature;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 52
            ldc Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
         1: .line 51
            putstatic com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA.log:Ljava/util/logging/Logger;
         2: .line 52
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract java.lang.String engineGetURI();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  private static byte[] convertASN1toXMLDSIG(byte[]);
    descriptor: ([B)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // byte[] asn1Bytes
         0: .line 76
            aload 0 /* asn1Bytes */
            iconst_3
            baload
            istore 1 /* rLength */
        start local 1 // byte rLength
         1: .line 79
            iload 1 /* rLength */
            istore 2 /* i */
        start local 2 // int i
         2: goto 4
      StackMap locals: int int
      StackMap stack:
         3: iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            ifle 5
            aload 0 /* asn1Bytes */
            iconst_4
            iload 1 /* rLength */
            iadd
            iload 2 /* i */
            isub
            baload
            ifeq 3
         5: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* asn1Bytes */
            iconst_5
            iload 1 /* rLength */
            iadd
            baload
            istore 3 /* sLength */
        start local 3 // byte sLength
         6: .line 84
            iload 3 /* sLength */
            istore 4 /* j */
        start local 4 // int j
         7: .line 85
            goto 9
      StackMap locals: int int
      StackMap stack:
         8: iinc 4 /* j */ -1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* j */
            ifle 10
            aload 0 /* asn1Bytes */
            bipush 6
            iload 1 /* rLength */
            iadd
            iload 3 /* sLength */
            iadd
            iload 4 /* j */
            isub
            baload
            ifeq 8
        10: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* asn1Bytes */
            iconst_0
            baload
            bipush 48
            if_icmpne 13
            aload 0 /* asn1Bytes */
            iconst_1
            baload
            aload 0 /* asn1Bytes */
            arraylength
            iconst_2
            isub
            if_icmpne 13
        11: .line 88
            aload 0 /* asn1Bytes */
            iconst_2
            baload
            iconst_2
            if_icmpne 13
            iload 2 /* i */
            bipush 24
            if_icmpgt 13
        12: .line 89
            aload 0 /* asn1Bytes */
            iconst_4
            iload 1 /* rLength */
            iadd
            baload
            iconst_2
            if_icmpne 13
            iload 4 /* j */
            bipush 24
            if_icmple 14
        13: .line 90
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            ldc "Invalid ASN.1 format of ECDSA signature"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 92
      StackMap locals:
      StackMap stack:
            bipush 48
            newarray 8
            astore 5 /* xmldsigBytes */
        start local 5 // byte[] xmldsigBytes
        15: .line 94
            aload 0 /* asn1Bytes */
            iconst_4
            iload 1 /* rLength */
            iadd
            iload 2 /* i */
            isub
            aload 5 /* xmldsigBytes */
            bipush 24
            iload 2 /* i */
            isub
        16: .line 95
            iload 2 /* i */
        17: .line 94
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 96
            aload 0 /* asn1Bytes */
            bipush 6
            iload 1 /* rLength */
            iadd
            iload 3 /* sLength */
            iadd
            iload 4 /* j */
            isub
            aload 5 /* xmldsigBytes */
        19: .line 97
            bipush 48
            iload 4 /* j */
            isub
            iload 4 /* j */
        20: .line 96
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        21: .line 99
            aload 5 /* xmldsigBytes */
            areturn
        end local 5 // byte[] xmldsigBytes
        end local 4 // int j
        end local 3 // byte sLength
        end local 2 // int i
        end local 1 // byte rLength
        end local 0 // byte[] asn1Bytes
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0     asn1Bytes  [B
            1   22     1       rLength  B
            2   22     2             i  I
            6   22     3       sLength  B
            7   22     4             j  I
           15   22     5  xmldsigBytes  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      asn1Bytes  

  private static byte[] convertXMLDSIGtoASN1(byte[]);
    descriptor: ([B)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // byte[] xmldsigBytes
         0: .line 118
            aload 0 /* xmldsigBytes */
            arraylength
            bipush 48
            if_icmpeq 2
         1: .line 119
            new java.io.IOException
            dup
            ldc "Invalid XMLDSIG format of ECDSA signature"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 124
      StackMap locals:
      StackMap stack:
            bipush 24
            istore 1 /* i */
        start local 1 // int i
         3: goto 5
      StackMap locals: int
      StackMap stack:
         4: iinc 1 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            ifle 6
            aload 0 /* xmldsigBytes */
            bipush 24
            iload 1 /* i */
            isub
            baload
            ifeq 4
         6: .line 126
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            istore 2 /* j */
        start local 2 // int j
         7: .line 128
            aload 0 /* xmldsigBytes */
            bipush 24
            iload 1 /* i */
            isub
            baload
            ifge 9
         8: .line 129
            iinc 2 /* j */ 1
         9: .line 134
      StackMap locals: int
      StackMap stack:
            bipush 24
            istore 3 /* k */
        start local 3 // int k
        10: goto 12
      StackMap locals: int
      StackMap stack:
        11: iinc 3 /* k */ -1
      StackMap locals:
      StackMap stack:
        12: iload 3 /* k */
            ifle 13
            aload 0 /* xmldsigBytes */
            bipush 48
            iload 3 /* k */
            isub
            baload
            ifeq 11
        13: .line 136
      StackMap locals:
      StackMap stack:
            iload 3 /* k */
            istore 4 /* l */
        start local 4 // int l
        14: .line 138
            aload 0 /* xmldsigBytes */
            bipush 48
            iload 3 /* k */
            isub
            baload
            ifge 16
        15: .line 139
            iinc 4 /* l */ 1
        16: .line 142
      StackMap locals: int
      StackMap stack:
            bipush 6
            iload 2 /* j */
            iadd
            iload 4 /* l */
            iadd
            newarray 8
            astore 5 /* asn1Bytes */
        start local 5 // byte[] asn1Bytes
        17: .line 144
            aload 5 /* asn1Bytes */
            iconst_0
            bipush 48
            bastore
        18: .line 145
            aload 5 /* asn1Bytes */
            iconst_1
            iconst_4
            iload 2 /* j */
            iadd
            iload 4 /* l */
            iadd
            i2b
            bastore
        19: .line 146
            aload 5 /* asn1Bytes */
            iconst_2
            iconst_2
            bastore
        20: .line 147
            aload 5 /* asn1Bytes */
            iconst_3
            iload 2 /* j */
            i2b
            bastore
        21: .line 149
            aload 0 /* xmldsigBytes */
            bipush 24
            iload 1 /* i */
            isub
            aload 5 /* asn1Bytes */
            iconst_4
            iload 2 /* j */
            iadd
            iload 1 /* i */
            isub
            iload 1 /* i */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        22: .line 151
            aload 5 /* asn1Bytes */
            iconst_4
            iload 2 /* j */
            iadd
            iconst_2
            bastore
        23: .line 152
            aload 5 /* asn1Bytes */
            iconst_5
            iload 2 /* j */
            iadd
            iload 4 /* l */
            i2b
            bastore
        24: .line 154
            aload 0 /* xmldsigBytes */
            bipush 48
            iload 3 /* k */
            isub
            aload 5 /* asn1Bytes */
            bipush 6
            iload 2 /* j */
            iadd
            iload 4 /* l */
            iadd
            iload 3 /* k */
            isub
            iload 3 /* k */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        25: .line 156
            aload 5 /* asn1Bytes */
            areturn
        end local 5 // byte[] asn1Bytes
        end local 4 // int l
        end local 3 // int k
        end local 2 // int j
        end local 1 // int i
        end local 0 // byte[] xmldsigBytes
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   26     0  xmldsigBytes  [B
            3   26     1             i  I
            7   26     2             j  I
           10   26     3             k  I
           14   26     4             l  I
           17   26     5     asn1Bytes  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      xmldsigBytes  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
         0: .line 164
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.security.algorithms.SignatureAlgorithmSpi.<init>:()V
         1: .line 58
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
         2: .line 166
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA.engineGetURI:()Ljava/lang/String;
            invokestatic com.sun.org.apache.xml.internal.security.algorithms.JCEMapper.translateURItoJCEID:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* algorithmID */
        start local 1 // java.lang.String algorithmID
         3: .line 168
            getstatic com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 5
         4: .line 169
            getstatic com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "Created SignatureECDSA using "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* algorithmID */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
         5: .line 170
      StackMap locals: com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA java.lang.String
      StackMap stack:
            invokestatic com.sun.org.apache.xml.internal.security.algorithms.JCEMapper.getProviderId:()Ljava/lang/String;
            astore 2 /* provider */
        start local 2 // java.lang.String provider
         6: .line 172
            aload 2 /* provider */
            ifnonnull 9
         7: .line 173
            aload 0 /* this */
            aload 1 /* algorithmID */
            invokestatic java.security.Signature.getInstance:(Ljava/lang/String;)Ljava/security/Signature;
            putfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
         8: .line 174
            goto 21
         9: .line 175
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* algorithmID */
            aload 2 /* provider */
            invokestatic java.security.Signature.getInstance:(Ljava/lang/String;Ljava/lang/String;)Ljava/security/Signature;
            putfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
        10: .line 177
            goto 21
      StackMap locals:
      StackMap stack: java.security.NoSuchAlgorithmException
        11: astore 3 /* ex */
        start local 3 // java.security.NoSuchAlgorithmException ex
        12: .line 178
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* algorithmID */
            aastore
            dup
            iconst_1
        13: .line 179
            aload 3 /* ex */
            invokevirtual java.security.NoSuchAlgorithmException.getLocalizedMessage:()Ljava/lang/String;
            aastore
        14: .line 178
            astore 4 /* exArgs */
        start local 4 // java.lang.Object[] exArgs
        15: .line 181
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "algorithms.NoSuchAlgorithm"
            aload 4 /* exArgs */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 4 // java.lang.Object[] exArgs
        end local 3 // java.security.NoSuchAlgorithmException ex
        16: .line 182
      StackMap locals:
      StackMap stack: java.security.NoSuchProviderException
            astore 3 /* ex */
        start local 3 // java.security.NoSuchProviderException ex
        17: .line 183
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* algorithmID */
            aastore
            dup
            iconst_1
        18: .line 184
            aload 3 /* ex */
            invokevirtual java.security.NoSuchProviderException.getLocalizedMessage:()Ljava/lang/String;
            aastore
        19: .line 183
            astore 4 /* exArgs */
        start local 4 // java.lang.Object[] exArgs
        20: .line 186
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "algorithms.NoSuchAlgorithm"
            aload 4 /* exArgs */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 4 // java.lang.Object[] exArgs
        end local 3 // java.security.NoSuchProviderException ex
        21: .line 188
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String provider
        end local 1 // java.lang.String algorithmID
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   22     0         this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA;
            3   22     1  algorithmID  Ljava/lang/String;
            6   22     2     provider  Ljava/lang/String;
           12   16     3           ex  Ljava/security/NoSuchAlgorithmException;
           15   16     4       exArgs  [Ljava/lang/Object;
           17   21     3           ex  Ljava/security/NoSuchProviderException;
           20   21     4       exArgs  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
           6    10      11  Class java.security.NoSuchAlgorithmException
           6    10      16  Class java.security.NoSuchProviderException
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.signature.XMLSignatureException

  protected void engineSetParameter(java.security.spec.AlgorithmParameterSpec);
    descriptor: (Ljava/security/spec/AlgorithmParameterSpec;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
        start local 1 // java.security.spec.AlgorithmParameterSpec params
         0: .line 195
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
            aload 1 /* params */
            invokevirtual java.security.Signature.setParameter:(Ljava/security/spec/AlgorithmParameterSpec;)V
         1: .line 196
            goto 4
      StackMap locals:
      StackMap stack: java.security.InvalidAlgorithmParameterException
         2: astore 2 /* ex */
        start local 2 // java.security.InvalidAlgorithmParameterException ex
         3: .line 197
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "empty"
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 2 // java.security.InvalidAlgorithmParameterException ex
         4: .line 199
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.security.spec.AlgorithmParameterSpec params
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA;
            0    5     1  params  Ljava/security/spec/AlgorithmParameterSpec;
            3    4     2      ex  Ljava/security/InvalidAlgorithmParameterException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.security.InvalidAlgorithmParameterException
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
    MethodParameters:
        Name  Flags
      params  

  protected boolean engineVerify(byte[]);
    descriptor: ([B)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
        start local 1 // byte[] signature
         0: .line 206
            aload 1 /* signature */
            invokestatic com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA.convertXMLDSIGtoASN1:([B)[B
            astore 2 /* jcebytes */
        start local 2 // byte[] jcebytes
         1: .line 208
            getstatic com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 3
         2: .line 209
            getstatic com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "Called ECDSA.verify() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* signature */
            invokestatic com.sun.org.apache.xml.internal.security.utils.Base64.encode:([B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
         3: .line 211
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
            aload 2 /* jcebytes */
            invokevirtual java.security.Signature.verify:([B)Z
         4: ireturn
        end local 2 // byte[] jcebytes
         5: .line 212
      StackMap locals: com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA byte[]
      StackMap stack: java.security.SignatureException
            astore 2 /* ex */
        start local 2 // java.security.SignatureException ex
         6: .line 213
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "empty"
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 2 // java.security.SignatureException ex
         7: .line 214
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* ex */
        start local 2 // java.io.IOException ex
         8: .line 215
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "empty"
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 2 // java.io.IOException ex
        end local 1 // byte[] signature
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA;
            0    9     1  signature  [B
            1    5     2   jcebytes  [B
            6    7     2         ex  Ljava/security/SignatureException;
            8    9     2         ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     4       5  Class java.security.SignatureException
           0     4       7  Class java.io.IOException
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
    MethodParameters:
           Name  Flags
      signature  

  protected void engineInitVerify(java.security.Key);
    descriptor: (Ljava/security/Key;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
        start local 1 // java.security.Key publicKey
         0: .line 222
            aload 1 /* publicKey */
            instanceof java.security.PublicKey
            ifne 7
         1: .line 223
            aload 1 /* publicKey */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 2 /* supplied */
        start local 2 // java.lang.String supplied
         2: .line 224
            ldc Ljava/security/PublicKey;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 3 /* needed */
        start local 3 // java.lang.String needed
         3: .line 225
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* supplied */
            aastore
            dup
            iconst_1
            aload 3 /* needed */
            aastore
            astore 4 /* exArgs */
        start local 4 // java.lang.Object[] exArgs
         4: .line 227
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "algorithms.WrongKeyForThisOperation"
         5: .line 228
            aload 4 /* exArgs */
         6: .line 227
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 4 // java.lang.Object[] exArgs
        end local 3 // java.lang.String needed
        end local 2 // java.lang.String supplied
         7: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
            aload 1 /* publicKey */
            checkcast java.security.PublicKey
            invokevirtual java.security.Signature.initVerify:(Ljava/security/PublicKey;)V
         8: .line 233
            goto 20
      StackMap locals:
      StackMap stack: java.security.InvalidKeyException
         9: astore 2 /* ex */
        start local 2 // java.security.InvalidKeyException ex
        10: .line 236
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
            astore 3 /* sig */
        start local 3 // java.security.Signature sig
        11: .line 238
            aload 0 /* this */
        12: .line 239
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
            invokevirtual java.security.Signature.getAlgorithm:()Ljava/lang/String;
        13: .line 238
            invokestatic java.security.Signature.getInstance:(Ljava/lang/String;)Ljava/security/Signature;
            putfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
        14: .line 240
            goto 19
      StackMap locals: com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA java.security.Key java.security.InvalidKeyException java.security.Signature
      StackMap stack: java.lang.Exception
        15: astore 4 /* e */
        start local 4 // java.lang.Exception e
        16: .line 243
            getstatic com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 18
        17: .line 244
            getstatic com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "Exception when reinstantiating Signature:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* e */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
        18: .line 246
      StackMap locals: java.lang.Exception
      StackMap stack:
            aload 0 /* this */
            aload 3 /* sig */
            putfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
        end local 4 // java.lang.Exception e
        19: .line 248
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "empty"
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 3 // java.security.Signature sig
        end local 2 // java.security.InvalidKeyException ex
        20: .line 250
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.security.Key publicKey
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   21     0       this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA;
            0   21     1  publicKey  Ljava/security/Key;
            2    7     2   supplied  Ljava/lang/String;
            3    7     3     needed  Ljava/lang/String;
            4    7     4     exArgs  [Ljava/lang/Object;
           10   20     2         ex  Ljava/security/InvalidKeyException;
           11   20     3        sig  Ljava/security/Signature;
           16   19     4          e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           7     8       9  Class java.security.InvalidKeyException
          11    14      15  Class java.lang.Exception
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
    MethodParameters:
           Name  Flags
      publicKey  

  protected byte[] engineSign();
    descriptor: ()[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
         0: .line 256
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
            invokevirtual java.security.Signature.sign:()[B
            astore 1 /* jcebytes */
        start local 1 // byte[] jcebytes
         1: .line 258
            aload 1 /* jcebytes */
            invokestatic com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA.convertASN1toXMLDSIG:([B)[B
         2: areturn
        end local 1 // byte[] jcebytes
         3: .line 259
      StackMap locals:
      StackMap stack: java.security.SignatureException
            astore 1 /* ex */
        start local 1 // java.security.SignatureException ex
         4: .line 260
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "empty"
            aload 1 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 1 // java.security.SignatureException ex
         5: .line 261
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* ex */
        start local 1 // java.io.IOException ex
         6: .line 262
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "empty"
            aload 1 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 1 // java.io.IOException ex
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA;
            1    3     1  jcebytes  [B
            4    5     1        ex  Ljava/security/SignatureException;
            6    7     1        ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.security.SignatureException
           0     2       5  Class java.io.IOException
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.signature.XMLSignatureException

  protected void engineInitSign(java.security.Key, java.security.SecureRandom);
    descriptor: (Ljava/security/Key;Ljava/security/SecureRandom;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
        start local 1 // java.security.Key privateKey
        start local 2 // java.security.SecureRandom secureRandom
         0: .line 270
            aload 1 /* privateKey */
            instanceof java.security.PrivateKey
            ifne 7
         1: .line 271
            aload 1 /* privateKey */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 3 /* supplied */
        start local 3 // java.lang.String supplied
         2: .line 272
            ldc Ljava/security/PrivateKey;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 4 /* needed */
        start local 4 // java.lang.String needed
         3: .line 273
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* supplied */
            aastore
            dup
            iconst_1
            aload 4 /* needed */
            aastore
            astore 5 /* exArgs */
        start local 5 // java.lang.Object[] exArgs
         4: .line 275
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "algorithms.WrongKeyForThisOperation"
         5: .line 276
            aload 5 /* exArgs */
         6: .line 275
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 5 // java.lang.Object[] exArgs
        end local 4 // java.lang.String needed
        end local 3 // java.lang.String supplied
         7: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
            aload 1 /* privateKey */
            checkcast java.security.PrivateKey
         8: .line 281
            aload 2 /* secureRandom */
         9: .line 280
            invokevirtual java.security.Signature.initSign:(Ljava/security/PrivateKey;Ljava/security/SecureRandom;)V
        10: .line 282
            goto 13
      StackMap locals:
      StackMap stack: java.security.InvalidKeyException
        11: astore 3 /* ex */
        start local 3 // java.security.InvalidKeyException ex
        12: .line 283
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "empty"
            aload 3 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 3 // java.security.InvalidKeyException ex
        13: .line 285
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.security.SecureRandom secureRandom
        end local 1 // java.security.Key privateKey
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA;
            0   14     1    privateKey  Ljava/security/Key;
            0   14     2  secureRandom  Ljava/security/SecureRandom;
            2    7     3      supplied  Ljava/lang/String;
            3    7     4        needed  Ljava/lang/String;
            4    7     5        exArgs  [Ljava/lang/Object;
           12   13     3            ex  Ljava/security/InvalidKeyException;
      Exception table:
        from    to  target  type
           7    10      11  Class java.security.InvalidKeyException
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
    MethodParameters:
              Name  Flags
      privateKey    
      secureRandom  

  protected void engineInitSign(java.security.Key);
    descriptor: (Ljava/security/Key;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
        start local 1 // java.security.Key privateKey
         0: .line 290
            aload 1 /* privateKey */
            instanceof java.security.PrivateKey
            ifne 7
         1: .line 291
            aload 1 /* privateKey */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 2 /* supplied */
        start local 2 // java.lang.String supplied
         2: .line 292
            ldc Ljava/security/PrivateKey;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 3 /* needed */
        start local 3 // java.lang.String needed
         3: .line 293
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* supplied */
            aastore
            dup
            iconst_1
            aload 3 /* needed */
            aastore
            astore 4 /* exArgs */
        start local 4 // java.lang.Object[] exArgs
         4: .line 295
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "algorithms.WrongKeyForThisOperation"
         5: .line 296
            aload 4 /* exArgs */
         6: .line 295
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 4 // java.lang.Object[] exArgs
        end local 3 // java.lang.String needed
        end local 2 // java.lang.String supplied
         7: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
            aload 1 /* privateKey */
            checkcast java.security.PrivateKey
            invokevirtual java.security.Signature.initSign:(Ljava/security/PrivateKey;)V
         8: .line 301
            goto 11
      StackMap locals:
      StackMap stack: java.security.InvalidKeyException
         9: astore 2 /* ex */
        start local 2 // java.security.InvalidKeyException ex
        10: .line 302
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "empty"
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 2 // java.security.InvalidKeyException ex
        11: .line 304
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.security.Key privateKey
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA;
            0   12     1  privateKey  Ljava/security/Key;
            2    7     2    supplied  Ljava/lang/String;
            3    7     3      needed  Ljava/lang/String;
            4    7     4      exArgs  [Ljava/lang/Object;
           10   11     2          ex  Ljava/security/InvalidKeyException;
      Exception table:
        from    to  target  type
           7     8       9  Class java.security.InvalidKeyException
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
    MethodParameters:
            Name  Flags
      privateKey  

  protected void engineUpdate(byte[]);
    descriptor: ([B)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
        start local 1 // byte[] input
         0: .line 310
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
            aload 1 /* input */
            invokevirtual java.security.Signature.update:([B)V
         1: .line 311
            goto 4
      StackMap locals:
      StackMap stack: java.security.SignatureException
         2: astore 2 /* ex */
        start local 2 // java.security.SignatureException ex
         3: .line 312
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "empty"
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 2 // java.security.SignatureException ex
         4: .line 314
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte[] input
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA;
            0    5     1  input  [B
            3    4     2     ex  Ljava/security/SignatureException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.security.SignatureException
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
    MethodParameters:
       Name  Flags
      input  

  protected void engineUpdate(byte);
    descriptor: (B)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
        start local 1 // byte input
         0: .line 320
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
            iload 1 /* input */
            invokevirtual java.security.Signature.update:(B)V
         1: .line 321
            goto 4
      StackMap locals:
      StackMap stack: java.security.SignatureException
         2: astore 2 /* ex */
        start local 2 // java.security.SignatureException ex
         3: .line 322
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "empty"
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 2 // java.security.SignatureException ex
         4: .line 324
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte input
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA;
            0    5     1  input  B
            3    4     2     ex  Ljava/security/SignatureException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.security.SignatureException
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
    MethodParameters:
       Name  Flags
      input  

  protected void engineUpdate(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
        start local 1 // byte[] buf
        start local 2 // int offset
        start local 3 // int len
         0: .line 331
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
            aload 1 /* buf */
            iload 2 /* offset */
            iload 3 /* len */
            invokevirtual java.security.Signature.update:([BII)V
         1: .line 332
            goto 4
      StackMap locals:
      StackMap stack: java.security.SignatureException
         2: astore 4 /* ex */
        start local 4 // java.security.SignatureException ex
         3: .line 333
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "empty"
            aload 4 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 4 // java.security.SignatureException ex
         4: .line 335
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] buf
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA;
            0    5     1     buf  [B
            0    5     2  offset  I
            0    5     3     len  I
            3    4     4      ex  Ljava/security/SignatureException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.security.SignatureException
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
    MethodParameters:
        Name  Flags
      buf     
      offset  
      len     

  protected java.lang.String engineGetJCEAlgorithmString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
         0: .line 339
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
            invokevirtual java.security.Signature.getAlgorithm:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA;

  protected java.lang.String engineGetJCEProviderName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
         0: .line 344
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA._signatureAlgorithm:Ljava/security/Signature;
            invokevirtual java.security.Signature.getProvider:()Ljava/security/Provider;
            invokevirtual java.security.Provider.getName:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA;

  protected void engineSetHMACOutputLength(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
        start local 1 // int HMACOutputLength
         0: .line 350
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "algorithms.HMACOutputLengthOnlyForHMAC"
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int HMACOutputLength
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA;
            0    1     1  HMACOutputLength  I
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
    MethodParameters:
                  Name  Flags
      HMACOutputLength  

  protected void engineInitSign(java.security.Key, java.security.spec.AlgorithmParameterSpec);
    descriptor: (Ljava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
        start local 1 // java.security.Key signingKey
        start local 2 // java.security.spec.AlgorithmParameterSpec algorithmParameterSpec
         0: .line 357
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
         1: .line 358
            ldc "algorithms.CannotUseAlgorithmParameterSpecOnRSA"
         2: .line 357
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.security.spec.AlgorithmParameterSpec algorithmParameterSpec
        end local 1 // java.security.Key signingKey
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    3     0                    this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA;
            0    3     1              signingKey  Ljava/security/Key;
            0    3     2  algorithmParameterSpec  Ljava/security/spec/AlgorithmParameterSpec;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
    MethodParameters:
                        Name  Flags
      signingKey              
      algorithmParameterSpec  
}
SourceFile: "SignatureECDSA.java"
NestMembers:
  com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA$SignatureECDSASHA1
InnerClasses:
  public SignatureECDSASHA1 = com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA$SignatureECDSASHA1 of com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA