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=5, locals=7, args_size=1
start local 0 0: aconst_null
astore 1
start local 1 1: aload 0
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: 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: 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: StackMap locals: java.lang.String
StackMap stack:
aload 0
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
start local 2 5: aload 2
invokeinterface com.sun.org.apache.xml.internal.security.encryption.CipherReference.getURIAsAttr:()Lorg/w3c/dom/Attr;
astore 3
start local 3 6: aconst_null
astore 4
start local 4 7: aload 3
aconst_null
aload 0
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: astore 5
start local 5 9: aload 5
aload 3
aconst_null
aload 0
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
end local 5 10: 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
start local 5 12: new com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
dup
ldc "empty"
aload 5
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
athrow
end local 5 13: StackMap locals:
StackMap stack:
aload 4
ifnull 17
14: 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: 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
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: goto 19
17: 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: 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
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: StackMap locals:
StackMap stack:
aload 2
invokeinterface com.sun.org.apache.xml.internal.security.encryption.CipherReference.getTransforms:()Lcom/sun/org/apache/xml/internal/security/encryption/Transforms;
astore 5
start local 5 20: aload 5
ifnull 30
21: 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: 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: StackMap locals: com.sun.org.apache.xml.internal.security.encryption.Transforms
StackMap stack:
aload 5
invokeinterface com.sun.org.apache.xml.internal.security.encryption.Transforms.getDSTransforms:()Lcom/sun/org/apache/xml/internal/security/transforms/Transforms;
24: astore 6
start local 6 25: aload 6
aload 0
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: aload 6
aload 4
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
end local 6 27: goto 30
StackMap locals:
StackMap stack: com.sun.org.apache.xml.internal.security.transforms.TransformationException
28: astore 6
start local 6 29: new com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
dup
ldc "empty"
aload 6
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
athrow
end local 6 30: StackMap locals:
StackMap stack:
aload 4
invokevirtual com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput.getBytes:()[B
31: areturn
32: StackMap locals:
StackMap stack: java.io.IOException
astore 6
start local 6 33: new com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
dup
ldc "empty"
aload 6
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
athrow
end local 6 34: StackMap locals:
StackMap stack: com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
astore 6
start local 6 35: new com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
dup
ldc "empty"
aload 6
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
athrow
end local 6 end local 5 end local 4 end local 3 end local 2 36: StackMap locals: com.sun.org.apache.xml.internal.security.encryption.XMLCipherInput java.lang.String
StackMap stack:
aload 0
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: aload 0
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
38: goto 40
39: 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: 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: 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
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: StackMap locals:
StackMap stack:
aload 1
invokestatic com.sun.org.apache.xml.internal.security.utils.Base64.decode:(Ljava/lang/String;)[B
43: areturn
44: StackMap locals:
StackMap stack: com.sun.org.apache.xml.internal.security.exceptions.Base64DecodingException
astore 2
start local 2 45: new com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
dup
ldc "empty"
aload 2
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
athrow
end local 2 end local 1 end local 0 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"