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=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput this
         0: .line 130
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAttr cannot be resolved to a type\n\tThe method getURIAsAttr() from the type CipherReference refers to the missing type Attr\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipherInput;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
}
SourceFile: "XMLCipherInput.java"