public class com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput
  super_class: java.lang.Object
{
  private static java.util.logging.Logger logger;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private com.sun.org.apache.xml.internal.security.encryption.CipherData cipherData;
    descriptor: Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;
    flags: (0x0002) ACC_PRIVATE

  private int mode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean secureValidation;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(com.sun.org.apache.xml.internal.security.encryption.CipherData);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput this
        start local 1 // com.sun.org.apache.xml.internal.security.encryption.CipherData data
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            aload 1 /* data */
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.cipherData:Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;
         2: .line 71
            aload 0 /* this */
            iconst_2
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.mode:I
         3: .line 72
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.cipherData:Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;
            ifnonnull 5
         4: .line 73
            new com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
            dup
            ldc "CipherData is null"
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 75
      StackMap locals: com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput com.sun.org.apache.xml.internal.security.encryption.CipherData
      StackMap stack:
            return
        end local 1 // com.sun.org.apache.xml.internal.security.encryption.CipherData data
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipherInput;
            0    6     1  data  Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
    MethodParameters:
      Name  Flags
      data  

  public void <init>(com.sun.org.apache.xml.internal.security.encryption.EncryptedType);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/EncryptedType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput this
        start local 1 // com.sun.org.apache.xml.internal.security.encryption.EncryptedType input
         0: .line 84
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 85
            aload 0 /* this */
            aload 1 /* input */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput com.sun.org.apache.xml.internal.security.encryption.EncryptedType
      StackMap stack: com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput
         2: aload 1 /* input */
            invokeinterface com.sun.org.apache.xml.internal.security.encryption.EncryptedType.getCipherData:()Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;
      StackMap locals: com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput com.sun.org.apache.xml.internal.security.encryption.EncryptedType
      StackMap stack: com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput com.sun.org.apache.xml.internal.security.encryption.CipherData
         3: putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.cipherData:Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;
         4: .line 86
            aload 0 /* this */
            iconst_2
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.mode:I
         5: .line 87
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.cipherData:Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;
            ifnonnull 7
         6: .line 88
            new com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
            dup
            ldc "CipherData is null"
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 90
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.org.apache.xml.internal.security.encryption.EncryptedType input
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipherInput;
            0    8     1  input  Lcom/sun/org/apache/xml/internal/security/encryption/EncryptedType;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
    MethodParameters:
       Name  Flags
      input  

  public void setSecureValidation(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput this
        start local 1 // boolean secureValidation
         0: .line 96
            aload 0 /* this */
            iload 1 /* secureValidation */
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.secureValidation:Z
         1: .line 97
            return
        end local 1 // boolean secureValidation
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipherInput;
            0    2     1  secureValidation  Z
    MethodParameters:
                  Name  Flags
      secureValidation  

  public byte[] getBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput this
         0: .line 106
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.mode:I
            iconst_2
            if_icmpne 2
         1: .line 107
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.getDecryptBytes:()[B
            areturn
         2: .line 109
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipherInput;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException

  private byte[] getDecryptBytes();
    descriptor: ()[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput this
         0: .line 118
            aconst_null
            astore 1 /* base64EncodedEncryptedOctets */
        start local 1 // java.lang.String base64EncodedEncryptedOctets
         1: .line 120
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.cipherData:Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;
            invokeinterface com.sun.org.apache.xml.internal.security.encryption.CipherData.getDataType:()I
            iconst_2
            if_icmpne 36
         2: .line 122
            getstatic com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.logger: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 4
         3: .line 123
            getstatic com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "Found a reference type CipherData"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
         4: .line 125
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.cipherData:Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;
            invokeinterface com.sun.org.apache.xml.internal.security.encryption.CipherData.getCipherReference:()Lcom/sun/org/apache/xml/internal/security/encryption/CipherReference;
            astore 2 /* cr */
        start local 2 // com.sun.org.apache.xml.internal.security.encryption.CipherReference cr
         5: .line 130
            aload 2 /* cr */
            invokeinterface com.sun.org.apache.xml.internal.security.encryption.CipherReference.getURIAsAttr:()Lorg/w3c/dom/Attr;
            astore 3 /* uriAttr */
        start local 3 // org.w3c.dom.Attr uriAttr
         6: .line 131
            aconst_null
            astore 4 /* input */
        start local 4 // com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput input
         7: .line 135
            aload 3 /* uriAttr */
            aconst_null
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.secureValidation:Z
            invokestatic com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolver.getInstance:(Lorg/w3c/dom/Attr;Ljava/lang/String;Z)Lcom/sun/org/apache/xml/internal/security/utils/resolver/ResourceResolver;
         8: .line 134
            astore 5 /* resolver */
        start local 5 // com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolver resolver
         9: .line 136
            aload 5 /* resolver */
            aload 3 /* uriAttr */
            aconst_null
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.secureValidation:Z
            invokevirtual com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolver.resolve:(Lorg/w3c/dom/Attr;Ljava/lang/String;Z)Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
            astore 4 /* input */
        end local 5 // com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolver resolver
        10: .line 137
            goto 13
      StackMap locals: com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput java.lang.String com.sun.org.apache.xml.internal.security.encryption.CipherReference org.w3c.dom.Attr com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput
      StackMap stack: com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException
        11: astore 5 /* ex */
        start local 5 // com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException ex
        12: .line 138
            new com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
            dup
            ldc "empty"
            aload 5 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 5 // com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException ex
        13: .line 141
      StackMap locals:
      StackMap stack:
            aload 4 /* input */
            ifnull 17
        14: .line 142
            getstatic com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.logger: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 19
        15: .line 143
            getstatic com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "Managed to resolve URI \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* cr */
            invokeinterface com.sun.org.apache.xml.internal.security.encryption.CipherReference.getURI:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\""
            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
        16: .line 145
            goto 19
        17: .line 146
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.logger: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 19
        18: .line 147
            getstatic com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "Failed to resolve URI \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* cr */
            invokeinterface com.sun.org.apache.xml.internal.security.encryption.CipherReference.getURI:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\""
            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
        19: .line 152
      StackMap locals:
      StackMap stack:
            aload 2 /* cr */
            invokeinterface com.sun.org.apache.xml.internal.security.encryption.CipherReference.getTransforms:()Lcom/sun/org/apache/xml/internal/security/encryption/Transforms;
            astore 5 /* transforms */
        start local 5 // com.sun.org.apache.xml.internal.security.encryption.Transforms transforms
        20: .line 153
            aload 5 /* transforms */
            ifnull 30
        21: .line 154
            getstatic com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.logger: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 23
        22: .line 155
            getstatic com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "Have transforms in cipher reference"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
        23: .line 159
      StackMap locals: com.sun.org.apache.xml.internal.security.encryption.Transforms
      StackMap stack:
            aload 5 /* transforms */
            invokeinterface com.sun.org.apache.xml.internal.security.encryption.Transforms.getDSTransforms:()Lcom/sun/org/apache/xml/internal/security/transforms/Transforms;
        24: .line 158
            astore 6 /* dsTransforms */
        start local 6 // com.sun.org.apache.xml.internal.security.transforms.Transforms dsTransforms
        25: .line 160
            aload 6 /* dsTransforms */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.secureValidation:Z
            invokevirtual com.sun.org.apache.xml.internal.security.transforms.Transforms.setSecureValidation:(Z)V
        26: .line 161
            aload 6 /* dsTransforms */
            aload 4 /* input */
            invokevirtual com.sun.org.apache.xml.internal.security.transforms.Transforms.performTransforms:(Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;)Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
            astore 4 /* input */
        end local 6 // com.sun.org.apache.xml.internal.security.transforms.Transforms dsTransforms
        27: .line 162
            goto 30
      StackMap locals:
      StackMap stack: com.sun.org.apache.xml.internal.security.transforms.TransformationException
        28: astore 6 /* ex */
        start local 6 // com.sun.org.apache.xml.internal.security.transforms.TransformationException ex
        29: .line 163
            new com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
            dup
            ldc "empty"
            aload 6 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 6 // com.sun.org.apache.xml.internal.security.transforms.TransformationException ex
        30: .line 168
      StackMap locals:
      StackMap stack:
            aload 4 /* input */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput.getBytes:()[B
        31: areturn
        32: .line 169
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 6 /* ex */
        start local 6 // java.io.IOException ex
        33: .line 170
            new com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
            dup
            ldc "empty"
            aload 6 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 6 // java.io.IOException ex
        34: .line 171
      StackMap locals:
      StackMap stack: com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
            astore 6 /* ex */
        start local 6 // com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException ex
        35: .line 172
            new com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
            dup
            ldc "empty"
            aload 6 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 6 // com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException ex
        end local 5 // com.sun.org.apache.xml.internal.security.encryption.Transforms transforms
        end local 4 // com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput input
        end local 3 // org.w3c.dom.Attr uriAttr
        end local 2 // com.sun.org.apache.xml.internal.security.encryption.CipherReference cr
        36: .line 176
      StackMap locals: com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.cipherData:Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;
            invokeinterface com.sun.org.apache.xml.internal.security.encryption.CipherData.getDataType:()I
            iconst_1
            if_icmpne 39
        37: .line 177
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.cipherData:Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;
            invokeinterface com.sun.org.apache.xml.internal.security.encryption.CipherData.getCipherValue:()Lcom/sun/org/apache/xml/internal/security/encryption/CipherValue;
            invokeinterface com.sun.org.apache.xml.internal.security.encryption.CipherValue.getValue:()Ljava/lang/String;
            astore 1 /* base64EncodedEncryptedOctets */
        38: .line 178
            goto 40
        39: .line 179
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
            dup
            ldc "CipherData.getDataType() returned unexpected value"
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException.<init>:(Ljava/lang/String;)V
            athrow
        40: .line 182
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.logger: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 42
        41: .line 183
            getstatic com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "Encrypted octets:\n"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* base64EncodedEncryptedOctets */
            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
        42: .line 187
      StackMap locals:
      StackMap stack:
            aload 1 /* base64EncodedEncryptedOctets */
            invokestatic com.sun.org.apache.xml.internal.security.utils.Base64.decode:(Ljava/lang/String;)[B
        43: areturn
        44: .line 188
      StackMap locals:
      StackMap stack: com.sun.org.apache.xml.internal.security.exceptions.Base64DecodingException
            astore 2 /* bde */
        start local 2 // com.sun.org.apache.xml.internal.security.exceptions.Base64DecodingException bde
        45: .line 189
            new com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
            dup
            ldc "empty"
            aload 2 /* bde */
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 2 // com.sun.org.apache.xml.internal.security.exceptions.Base64DecodingException bde
        end local 1 // java.lang.String base64EncodedEncryptedOctets
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   46     0                          this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipherInput;
            1   46     1  base64EncodedEncryptedOctets  Ljava/lang/String;
            5   36     2                            cr  Lcom/sun/org/apache/xml/internal/security/encryption/CipherReference;
            6   36     3                       uriAttr  Lorg/w3c/dom/Attr;
            7   36     4                         input  Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
            9   10     5                      resolver  Lcom/sun/org/apache/xml/internal/security/utils/resolver/ResourceResolver;
           12   13     5                            ex  Lcom/sun/org/apache/xml/internal/security/utils/resolver/ResourceResolverException;
           20   36     5                    transforms  Lcom/sun/org/apache/xml/internal/security/encryption/Transforms;
           25   27     6                  dsTransforms  Lcom/sun/org/apache/xml/internal/security/transforms/Transforms;
           29   30     6                            ex  Lcom/sun/org/apache/xml/internal/security/transforms/TransformationException;
           33   34     6                            ex  Ljava/io/IOException;
           35   36     6                            ex  Lcom/sun/org/apache/xml/internal/security/c14n/CanonicalizationException;
           45   46     2                           bde  Lcom/sun/org/apache/xml/internal/security/exceptions/Base64DecodingException;
      Exception table:
        from    to  target  type
           7    10      11  Class com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException
          23    27      28  Class com.sun.org.apache.xml.internal.security.transforms.TransformationException
          30    31      32  Class java.io.IOException
          30    31      34  Class com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
          42    43      44  Class com.sun.org.apache.xml.internal.security.exceptions.Base64DecodingException
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
}
SourceFile: "XMLCipherInput.java"