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
{
  private static final com.sun.org.slf4j.internal.Logger LOG;
    descriptor: Lcom/sun/org/slf4j/internal/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  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 44
            ldc Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            invokestatic com.sun.org.slf4j.internal.LoggerFactory.getLogger:(Ljava/lang/Class;)Lcom/sun/org/slf4j/internal/Logger;
         1: .line 43
            putstatic com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA.LOG:Lcom/sun/org/slf4j/internal/Logger;
         2: .line 44
            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=6, locals=5, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA this
         0: .line 57
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.security.algorithms.SignatureAlgorithmSpi.<init>:()V
         1: .line 58
            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
         2: .line 60
            getstatic com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "Created SignatureRSA using {}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* algorithmID */
            aastore
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 61
            invokestatic com.sun.org.apache.xml.internal.security.algorithms.JCEMapper.getProviderId:()Ljava/lang/String;
            astore 2 /* provider */
        start local 2 // java.lang.String provider
         4: .line 63
            aload 2 /* provider */
            ifnonnull 7
         5: .line 64
            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;
         6: .line 65
            goto 15
         7: .line 66
      StackMap locals: com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA java.lang.String 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;
         8: .line 68
            goto 15
      StackMap locals:
      StackMap stack: java.security.NoSuchAlgorithmException
         9: astore 3 /* ex */
        start local 3 // java.security.NoSuchAlgorithmException ex
        10: .line 69
            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
        11: .line 71
            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
        12: .line 72
      StackMap locals:
      StackMap stack: java.security.NoSuchProviderException
            astore 3 /* ex */
        start local 3 // java.security.NoSuchProviderException ex
        13: .line 73
            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
        14: .line 75
            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
        15: .line 77
      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   16     0         this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            2   16     1  algorithmID  Ljava/lang/String;
            4   16     2     provider  Ljava/lang/String;
           10   12     3           ex  Ljava/security/NoSuchAlgorithmException;
           11   12     4       exArgs  [Ljava/lang/Object;
           13   15     3           ex  Ljava/security/NoSuchProviderException;
           14   15     4       exArgs  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
           4     8       9  Class java.security.NoSuchAlgorithmException
           4     8      12  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=3, 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 83
            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 84
            goto 4
      StackMap locals:
      StackMap stack: java.security.InvalidAlgorithmParameterException
         2: astore 2 /* ex */
        start local 2 // java.security.InvalidAlgorithmParameterException ex
         3: .line 85
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 2 // java.security.InvalidAlgorithmParameterException ex
         4: .line 87
      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=3, 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 92
            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 93
      StackMap locals:
      StackMap stack: java.security.SignatureException
            astore 2 /* ex */
        start local 2 // java.security.SignatureException ex
         3: .line 94
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(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=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 publicKey
         0: .line 100
            aload 1 /* publicKey */
            instanceof java.security.PublicKey
            ifne 7
         1: .line 101
            aconst_null
            astore 2 /* supplied */
        start local 2 // java.lang.String supplied
         2: .line 102
            aload 1 /* publicKey */
            ifnull 4
         3: .line 103
            aload 1 /* publicKey */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 2 /* supplied */
         4: .line 105
      StackMap locals: java.lang.String
      StackMap stack:
            ldc Ljava/security/PublicKey;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 3 /* needed */
        start local 3 // java.lang.String needed
         5: .line 106
            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
         6: .line 108
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "algorithms.WrongKeyForThisOperation"
            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.lang.String needed
        end local 2 // java.lang.String supplied
         7: .line 112
      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 113
            goto 17
      StackMap locals:
      StackMap stack: java.security.InvalidKeyException
         9: astore 2 /* ex */
        start local 2 // java.security.InvalidKeyException ex
        10: .line 116
            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 118
            aload 0 /* this */
            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;
            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;
        12: .line 119
            goto 16
      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
        13: astore 4 /* e */
        start local 4 // java.lang.Exception e
        14: .line 122
            getstatic com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "Exception when reinstantiating Signature: {}"
            aload 4 /* e */
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V
        15: .line 123
            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
        16: .line 125
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 3 // java.security.Signature sig
        end local 2 // java.security.InvalidKeyException ex
        17: .line 127
      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   18     0       this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            0   18     1  publicKey  Ljava/security/Key;
            2    7     2   supplied  Ljava/lang/String;
            5    7     3     needed  Ljava/lang/String;
            6    7     4     exArgs  [Ljava/lang/Object;
           10   17     2         ex  Ljava/security/InvalidKeyException;
           11   17     3        sig  Ljava/security/Signature;
           14   16     4          e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           7     8       9  Class java.security.InvalidKeyException
          11    12      13  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=3, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA this
         0: .line 132
            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 133
      StackMap locals:
      StackMap stack: java.security.SignatureException
            astore 1 /* ex */
        start local 1 // java.security.SignatureException ex
         3: .line 134
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            aload 1 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(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 141
            aload 1 /* privateKey */
            instanceof java.security.PrivateKey
            ifne 7
         1: .line 142
            aconst_null
            astore 3 /* supplied */
        start local 3 // java.lang.String supplied
         2: .line 143
            aload 1 /* privateKey */
            ifnull 4
         3: .line 144
            aload 1 /* privateKey */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 3 /* supplied */
         4: .line 146
      StackMap locals: java.lang.String
      StackMap stack:
            ldc Ljava/security/PrivateKey;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 4 /* needed */
        start local 4 // java.lang.String needed
         5: .line 147
            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
         6: .line 149
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "algorithms.WrongKeyForThisOperation"
            aload 5 /* exArgs */
            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 153
      StackMap locals:
      StackMap stack:
            aload 2 /* secureRandom */
            ifnonnull 10
         8: .line 154
            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
         9: .line 155
            goto 14
        10: .line 156
      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
            aload 2 /* secureRandom */
            invokevirtual java.security.Signature.initSign:(Ljava/security/PrivateKey;Ljava/security/SecureRandom;)V
        11: .line 158
            goto 14
      StackMap locals:
      StackMap stack: java.security.InvalidKeyException
        12: astore 3 /* ex */
        start local 3 // java.security.InvalidKeyException ex
        13: .line 159
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            aload 3 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 3 // java.security.InvalidKeyException ex
        14: .line 161
      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   15     0          this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            0   15     1    privateKey  Ljava/security/Key;
            0   15     2  secureRandom  Ljava/security/SecureRandom;
            2    7     3      supplied  Ljava/lang/String;
            5    7     4        needed  Ljava/lang/String;
            6    7     5        exArgs  [Ljava/lang/Object;
           13   14     3            ex  Ljava/security/InvalidKeyException;
      Exception table:
        from    to  target  type
           7    11      12  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=3, locals=2, 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 165
            aload 0 /* this */
            aload 1 /* privateKey */
            aconst_null
            invokevirtual com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA.engineInitSign:(Ljava/security/Key;Ljava/security/SecureRandom;)V
         1: .line 166
            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    2     0        this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            0    2     1  privateKey  Ljava/security/Key;
    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=3, 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 171
            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 172
            goto 4
      StackMap locals:
      StackMap stack: java.security.SignatureException
         2: astore 2 /* ex */
        start local 2 // java.security.SignatureException ex
         3: .line 173
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 2 // java.security.SignatureException ex
         4: .line 175
      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=3, 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 180
            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 181
            goto 4
      StackMap locals:
      StackMap stack: java.security.SignatureException
         2: astore 2 /* ex */
        start local 2 // java.security.SignatureException ex
         3: .line 182
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 2 // java.security.SignatureException ex
         4: .line 184
      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 189
            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 190
            goto 4
      StackMap locals:
      StackMap stack: java.security.SignatureException
         2: astore 4 /* ex */
        start local 4 // java.security.SignatureException ex
         3: .line 191
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            aload 4 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 4 // java.security.SignatureException ex
         4: .line 193
      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 197
            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 202
            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 208
            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.SignatureBaseRSA this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            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.SignatureBaseRSA this
        start local 1 // java.security.Key signingKey
        start local 2 // java.security.spec.AlgorithmParameterSpec algorithmParameterSpec
         0: .line 215
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "algorithms.CannotUseAlgorithmParameterSpecOnRSA"
            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    1     0                    this  Lcom/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA;
            0    1     1              signingKey  Ljava/security/Key;
            0    1     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$SignatureRSASHA1MGF1  com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA224  com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA224MGF1  com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA256  com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA256MGF1  com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA384  com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA384MGF1  com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA512  com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA512MGF1
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 SignatureRSASHA1MGF1 = com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA1MGF1 of com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA
  public SignatureRSASHA224 = com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA224 of com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA
  public SignatureRSASHA224MGF1 = com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA224MGF1 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 SignatureRSASHA256MGF1 = com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA256MGF1 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 SignatureRSASHA384MGF1 = com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA384MGF1 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
  public SignatureRSASHA512MGF1 = com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA512MGF1 of com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA