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: 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: putstatic com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.logger:Ljava/util/logging/Logger;
2: 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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.cipherData:Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;
2: aload 0
iconst_2
putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.mode:I
3: aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.cipherData:Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;
ifnonnull 5
4: 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: 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 end local 0 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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
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
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: aload 0
iconst_2
putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.mode:I
5: aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.cipherData:Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;
ifnonnull 7
6: 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: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.secureValidation:Z
1: return
end local 1 end local 0 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 0: aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.mode:I
iconst_2
if_icmpne 2
1: aload 0
invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput.getDecryptBytes:()[B
areturn
2: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 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 0: 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 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"