class com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl extends com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl implements com.sun.org.apache.xml.internal.security.encryption.EncryptedKey
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl
super_class: com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl
{
private java.lang.String keyRecipient;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private com.sun.org.apache.xml.internal.security.encryption.ReferenceList referenceList;
descriptor: Lcom/sun/org/apache/xml/internal/security/encryption/ReferenceList;
flags: (0x0002) ACC_PRIVATE
private java.lang.String carriedName;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
final com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory this$1;
descriptor: Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory, com.sun.org.apache.xml.internal.security.encryption.CipherData);
descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
1: aload 0
aload 1
aload 2
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.<init>:(Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;)V
2: aload 0
aconst_null
putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.keyRecipient:Ljava/lang/String;
3: aload 0
aconst_null
putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.referenceList:Lcom/sun/org/apache/xml/internal/security/encryption/ReferenceList;
4: aload 0
aconst_null
putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.carriedName:Ljava/lang/String;
5: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptedKeyImpl;
0 6 2 data Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;
MethodParameters:
Name Flags
this$0 final
data
public java.lang.String getRecipient();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.keyRecipient:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptedKeyImpl;
public void setRecipient(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.keyRecipient:Ljava/lang/String;
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/XMLCipher$Factory$EncryptedKeyImpl;
0 2 1 recipient Ljava/lang/String;
MethodParameters:
Name Flags
recipient
public com.sun.org.apache.xml.internal.security.encryption.ReferenceList getReferenceList();
descriptor: ()Lcom/sun/org/apache/xml/internal/security/encryption/ReferenceList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.referenceList:Lcom/sun/org/apache/xml/internal/security/encryption/ReferenceList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptedKeyImpl;
public void setReferenceList(com.sun.org.apache.xml.internal.security.encryption.ReferenceList);
descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/ReferenceList;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.referenceList:Lcom/sun/org/apache/xml/internal/security/encryption/ReferenceList;
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/XMLCipher$Factory$EncryptedKeyImpl;
0 2 1 list Lcom/sun/org/apache/xml/internal/security/encryption/ReferenceList;
MethodParameters:
Name Flags
list
public java.lang.String getCarriedName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.carriedName:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptedKeyImpl;
public void setCarriedName(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.carriedName:Ljava/lang/String;
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/XMLCipher$Factory$EncryptedKeyImpl;
0 2 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
org.w3c.dom.Element toElement();
descriptor: ()Lorg/w3c/dom/Element;
flags: (0x0000)
Code:
stack=4, locals=4, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
invokestatic com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory.access$0:(Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;)Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher;
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher.contextDocument:Lorg/w3c/dom/Document;
ldc "http://www.w3.org/2001/04/xmlenc#"
1: ldc "EncryptedKey"
2: invokestatic com.sun.org.apache.xml.internal.security.utils.ElementProxy.createElementForFamily:(Lorg/w3c/dom/Document;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Element;
3: astore 1
start local 1 4: aload 0
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getId:()Ljava/lang/String;
ifnull 6
5: aload 1
aconst_null
ldc "Id"
aload 0
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getId:()Ljava/lang/String;
invokeinterface org.w3c.dom.Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
6: StackMap locals: org.w3c.dom.Element
StackMap stack:
aload 0
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getType:()Ljava/lang/String;
ifnull 8
7: aload 1
aconst_null
ldc "Type"
aload 0
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getType:()Ljava/lang/String;
invokeinterface org.w3c.dom.Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
8: StackMap locals:
StackMap stack:
aload 0
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getMimeType:()Ljava/lang/String;
ifnull 12
9: aload 1
10: aconst_null
ldc "MimeType"
aload 0
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getMimeType:()Ljava/lang/String;
11: invokeinterface org.w3c.dom.Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
12: StackMap locals:
StackMap stack:
aload 0
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getEncoding:()Ljava/lang/String;
ifnull 14
13: aload 1
aconst_null
ldc "Encoding"
aload 0
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getEncoding:()Ljava/lang/String;
invokeinterface org.w3c.dom.Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
14: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.getRecipient:()Ljava/lang/String;
ifnull 18
15: aload 1
16: aconst_null
ldc "Recipient"
aload 0
invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.getRecipient:()Ljava/lang/String;
17: invokeinterface org.w3c.dom.Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
18: StackMap locals:
StackMap stack:
aload 0
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getEncryptionMethod:()Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionMethod;
ifnull 24
19: aload 1
20: aload 0
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getEncryptionMethod:()Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionMethod;
21: checkcast com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl
22: invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.toElement:()Lorg/w3c/dom/Element;
23: invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
pop
24: StackMap locals:
StackMap stack:
aload 0
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getKeyInfo:()Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
ifnull 26
25: aload 1
aload 0
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getKeyInfo:()Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getElement:()Lorg/w3c/dom/Element;
iconst_1
invokeinterface org.w3c.dom.Element.cloneNode:(Z)Lorg/w3c/dom/Node;
invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
pop
26: StackMap locals:
StackMap stack:
aload 1
aload 0
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getCipherData:()Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;
checkcast com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl
invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.toElement:()Lorg/w3c/dom/Element;
invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
pop
27: aload 0
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getEncryptionProperties:()Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionProperties;
ifnull 33
28: aload 1
29: aload 0
invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getEncryptionProperties:()Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionProperties;
30: checkcast com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl
31: invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl.toElement:()Lorg/w3c/dom/Element;
32: invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
pop
33: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.referenceList:Lcom/sun/org/apache/xml/internal/security/encryption/ReferenceList;
ifnull 35
aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.referenceList:Lcom/sun/org/apache/xml/internal/security/encryption/ReferenceList;
invokeinterface com.sun.org.apache.xml.internal.security.encryption.ReferenceList.isEmpty:()Z
ifne 35
34: aload 1
aload 0
invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.getReferenceList:()Lcom/sun/org/apache/xml/internal/security/encryption/ReferenceList;
checkcast com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$ReferenceListImpl
invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$ReferenceListImpl.toElement:()Lorg/w3c/dom/Element;
invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
pop
35: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.carriedName:Ljava/lang/String;
ifnull 44
36: aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
invokestatic com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory.access$0:(Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;)Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher;
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher.contextDocument:Lorg/w3c/dom/Document;
37: ldc "http://www.w3.org/2001/04/xmlenc#"
38: ldc "CarriedKeyName"
39: invokestatic com.sun.org.apache.xml.internal.security.utils.ElementProxy.createElementForFamily:(Lorg/w3c/dom/Document;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Element;
40: astore 2
start local 2 41: aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
invokestatic com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory.access$0:(Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;)Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher;
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher.contextDocument:Lorg/w3c/dom/Document;
aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl.carriedName:Ljava/lang/String;
invokeinterface org.w3c.dom.Document.createTextNode:(Ljava/lang/String;)Lorg/w3c/dom/Text;
astore 3
start local 3 42: aload 2
aload 3
invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
pop
43: aload 1
aload 2
invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
pop
end local 3 end local 2 44: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 45 0 this Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptedKeyImpl;
4 45 1 result Lorg/w3c/dom/Element;
41 44 2 element Lorg/w3c/dom/Element;
42 44 3 node Lorg/w3c/dom/Node;
}
SourceFile: "XMLCipher.java"
NestHost: com.sun.org.apache.xml.internal.security.encryption.XMLCipher
InnerClasses:
private Factory = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory of com.sun.org.apache.xml.internal.security.encryption.XMLCipher
private CipherDataImpl = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl of com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory
private EncryptedKeyImpl = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedKeyImpl of com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory
private abstract EncryptedTypeImpl = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl of com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory
private EncryptionMethodImpl = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl of com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory
private EncryptionPropertiesImpl = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl of com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory
private ReferenceListImpl = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$ReferenceListImpl of com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory