public abstract class com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA 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.SignatureBaseRSA
  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 48
            ldc Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         1: .line 47
            invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
         2: .line 46
            putstatic com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA.log:Ljava/util/logging/Logger;
         3: .line 48
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  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.SignatureBaseRSA this
         0: .line 61
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.security.algorithms.SignatureAlgorithmSpi.<init>:()V
         1: .line 54
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA._signatureAlgorithm:Ljava/security/Signature;
         2: .line 63
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA.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 65
            getstatic com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA.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 66
            getstatic com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "Created SignatureRSA 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 67
      StackMap locals: com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA 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 69
            aload 2 /* provider */
            ifnonnull 9
         7: .line 70
            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.SignatureBaseRSA._signatureAlgorithm:Ljava/security/Signature;
         8: .line 71
            goto 17
         9: .line 72
      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.SignatureBaseRSA._signatureAlgorithm:Ljava/security/Signature;
        10: .line 74
            goto 17
      StackMap locals:
      StackMap stack: java.security.NoSuchAlgorithmException
        11: astore 3 /* ex */
        start local 3 // java.security.NoSuchAlgorithmException ex
        12: .line 75
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* algorithmID */
            aastore
            dup
            iconst_1
            aload 3 /* ex */
            invokevirtual java.security.NoSuchAlgorithmException.getLocalizedMessage:()Ljava/lang/String;
            aastore
            astore 4 /* exArgs */
        start local 4 // java.lang.Object[] exArgs
        13: .line 77
            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
        14: .line 78
      StackMap locals:
      StackMap stack: java.security.NoSuchProviderException
            astore 3 /* ex */
        start local 3 // java.security.NoSuchProviderException ex
        15: .line 79
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* algorithmID */
            aastore
            dup
            iconst_1
            aload 3 /* ex */
            invokevirtual java.security.NoSuchProviderException.getLocalizedMessage:()Ljava/lang/String;
            aastore
            astore 4 /* exArgs */
        start local 4 // java.lang.Object[] exArgs
        16: .line 81
            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
        17: .line 83
      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.SignatureBaseRSA this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            3   18     1  algorithmID  Ljava/lang/String;
            6   18     2     provider  Ljava/lang/String;
           12   14     3           ex  Ljava/security/NoSuchAlgorithmException;
           13   14     4       exArgs  [Ljava/lang/Object;
           15   17     3           ex  Ljava/security/NoSuchProviderException;
           16   17     4       exArgs  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
           6    10      11  Class java.security.NoSuchAlgorithmException
           6    10      14  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.SignatureBaseRSA this
        start local 1 // java.security.spec.AlgorithmParameterSpec params
         0: .line 90
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA._signatureAlgorithm:Ljava/security/Signature;
            aload 1 /* params */
            invokevirtual java.security.Signature.setParameter:(Ljava/security/spec/AlgorithmParameterSpec;)V
         1: .line 91
            goto 4
      StackMap locals:
      StackMap stack: java.security.InvalidAlgorithmParameterException
         2: astore 2 /* ex */
        start local 2 // java.security.InvalidAlgorithmParameterException ex
         3: .line 92
            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 94
      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.SignatureBaseRSA this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            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=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA this
        start local 1 // byte[] signature
         0: .line 101
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA._signatureAlgorithm:Ljava/security/Signature;
            aload 1 /* signature */
            invokevirtual java.security.Signature.verify:([B)Z
         1: ireturn
         2: .line 102
      StackMap locals:
      StackMap stack: java.security.SignatureException
            astore 2 /* ex */
        start local 2 // java.security.SignatureException ex
         3: .line 103
            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
        end local 1 // byte[] signature
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            0    4     1  signature  [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
      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.SignatureBaseRSA this
        start local 1 // java.security.Key publicKey
         0: .line 110
            aload 1 /* publicKey */
            instanceof java.security.PublicKey
            ifne 7
         1: .line 111
            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 112
            ldc Ljava/security/PublicKey;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 3 /* needed */
        start local 3 // java.lang.String needed
         3: .line 113
            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 115
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
         5: .line 116
            ldc "algorithms.WrongKeyForThisOperation"
            aload 4 /* exArgs */
         6: .line 115
            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 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA._signatureAlgorithm:Ljava/security/Signature;
            aload 1 /* publicKey */
            checkcast java.security.PublicKey
            invokevirtual java.security.Signature.initVerify:(Ljava/security/PublicKey;)V
         8: .line 121
            goto 20
      StackMap locals:
      StackMap stack: java.security.InvalidKeyException
         9: astore 2 /* ex */
        start local 2 // java.security.InvalidKeyException ex
        10: .line 124
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA._signatureAlgorithm:Ljava/security/Signature;
            astore 3 /* sig */
        start local 3 // java.security.Signature sig
        11: .line 126
            aload 0 /* this */
        12: .line 127
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA._signatureAlgorithm:Ljava/security/Signature;
            invokevirtual java.security.Signature.getAlgorithm:()Ljava/lang/String;
        13: .line 126
            invokestatic java.security.Signature.getInstance:(Ljava/lang/String;)Ljava/security/Signature;
            putfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA._signatureAlgorithm:Ljava/security/Signature;
        14: .line 128
            goto 19
      StackMap locals: com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA 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 131
            getstatic com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA.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 132
            getstatic com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA.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 134
      StackMap locals: java.lang.Exception
      StackMap stack:
            aload 0 /* this */
            aload 3 /* sig */
            putfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA._signatureAlgorithm:Ljava/security/Signature;
        end local 4 // java.lang.Exception e
        19: .line 136
      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 138
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.security.Key publicKey
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   21     0       this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            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.SignatureBaseRSA this
         0: .line 143
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA._signatureAlgorithm:Ljava/security/Signature;
            invokevirtual java.security.Signature.sign:()[B
         1: areturn
         2: .line 144
      StackMap locals:
      StackMap stack: java.security.SignatureException
            astore 1 /* ex */
        start local 1 // java.security.SignatureException ex
         3: .line 145
            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
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            3    4     1    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

  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.SignatureBaseRSA this
        start local 1 // java.security.Key privateKey
        start local 2 // java.security.SecureRandom secureRandom
         0: .line 153
            aload 1 /* privateKey */
            instanceof java.security.PrivateKey
            ifne 7
         1: .line 154
            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 155
            ldc Ljava/security/PrivateKey;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 4 /* needed */
        start local 4 // java.lang.String needed
         3: .line 156
            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 158
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
         5: .line 159
            ldc "algorithms.WrongKeyForThisOperation"
            aload 5 /* exArgs */
         6: .line 158
            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 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA._signatureAlgorithm:Ljava/security/Signature;
         8: .line 164
            aload 1 /* privateKey */
            checkcast java.security.PrivateKey
            aload 2 /* secureRandom */
         9: .line 163
            invokevirtual java.security.Signature.initSign:(Ljava/security/PrivateKey;Ljava/security/SecureRandom;)V
        10: .line 165
            goto 13
      StackMap locals:
      StackMap stack: java.security.InvalidKeyException
        11: astore 3 /* ex */
        start local 3 // java.security.InvalidKeyException ex
        12: .line 166
            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 168
      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.SignatureBaseRSA this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            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.SignatureBaseRSA this
        start local 1 // java.security.Key privateKey
         0: .line 173
            aload 1 /* privateKey */
            instanceof java.security.PrivateKey
            ifne 7
         1: .line 174
            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 175
            ldc Ljava/security/PrivateKey;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 3 /* needed */
        start local 3 // java.lang.String needed
         3: .line 176
            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 178
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
         5: .line 179
            ldc "algorithms.WrongKeyForThisOperation"
            aload 4 /* exArgs */
         6: .line 178
            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 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA._signatureAlgorithm:Ljava/security/Signature;
            aload 1 /* privateKey */
            checkcast java.security.PrivateKey
            invokevirtual java.security.Signature.initSign:(Ljava/security/PrivateKey;)V
         8: .line 184
            goto 11
      StackMap locals:
      StackMap stack: java.security.InvalidKeyException
         9: astore 2 /* ex */
        start local 2 // java.security.InvalidKeyException ex
        10: .line 185
            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 187
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.security.Key privateKey
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            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.SignatureBaseRSA this
        start local 1 // byte[] input
         0: .line 192
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA._signatureAlgorithm:Ljava/security/Signature;
            aload 1 /* input */
            invokevirtual java.security.Signature.update:([B)V
         1: .line 193
            goto 4
      StackMap locals:
      StackMap stack: java.security.SignatureException
         2: astore 2 /* ex */
        start local 2 // java.security.SignatureException ex
         3: .line 194
            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 196
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte[] input
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            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.SignatureBaseRSA this
        start local 1 // byte input
         0: .line 201
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA._signatureAlgorithm:Ljava/security/Signature;
            iload 1 /* input */
            invokevirtual java.security.Signature.update:(B)V
         1: .line 202
            goto 4
      StackMap locals:
      StackMap stack: java.security.SignatureException
         2: astore 2 /* ex */
        start local 2 // java.security.SignatureException ex
         3: .line 203
            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 205
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte input
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            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.SignatureBaseRSA this
        start local 1 // byte[] buf
        start local 2 // int offset
        start local 3 // int len
         0: .line 211
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA._signatureAlgorithm:Ljava/security/Signature;
            aload 1 /* buf */
            iload 2 /* offset */
            iload 3 /* len */
            invokevirtual java.security.Signature.update:([BII)V
         1: .line 212
            goto 4
      StackMap locals:
      StackMap stack: java.security.SignatureException
         2: astore 4 /* ex */
        start local 4 // java.security.SignatureException ex
         3: .line 213
            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 215
      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.SignatureBaseRSA this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            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.SignatureBaseRSA this
         0: .line 219
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA._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.SignatureBaseRSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;

  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.SignatureBaseRSA this
         0: .line 224
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA._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.SignatureBaseRSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;

  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.SignatureBaseRSA this
        start local 1 // int HMACOutputLength
         0: .line 230
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
         1: .line 231
            ldc "algorithms.HMACOutputLengthOnlyForHMAC"
         2: .line 230
            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.SignatureBaseRSA this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            0    3     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.SignatureBaseRSA this
        start local 1 // java.security.Key signingKey
        start local 2 // java.security.spec.AlgorithmParameterSpec algorithmParameterSpec
         0: .line 238
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
         1: .line 239
            ldc "algorithms.CannotUseAlgorithmParameterSpecOnRSA"
         2: .line 238
            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.SignatureBaseRSA this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    3     0                    this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            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: "SignatureBaseRSA.java"
NestMembers:
  com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSAMD5  com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSARIPEMD160  com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA1  com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA256  com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA384  com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA512
InnerClasses:
  public SignatureRSAMD5 = com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSAMD5 of com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA
  public SignatureRSARIPEMD160 = com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSARIPEMD160 of com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA
  public SignatureRSASHA1 = com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA1 of com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA
  public SignatureRSASHA256 = com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA256 of com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA
  public SignatureRSASHA384 = com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA384 of com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA
  public SignatureRSASHA512 = com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA512 of com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA