class com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl implements com.sun.org.apache.xml.internal.security.encryption.CipherValue
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl
super_class: java.lang.Object
{
private java.lang.String cipherValue;
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, java.lang.String);
descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, 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$CipherValueImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl.cipherValue:Ljava/lang/String;
2: aload 0
aload 2
putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl.cipherValue:Ljava/lang/String;
3: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$CipherValueImpl;
0 4 2 value Ljava/lang/String;
MethodParameters:
Name Flags
this$0 final
value
public java.lang.String getValue();
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$CipherValueImpl.cipherValue: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$CipherValueImpl;
public void setValue(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$CipherValueImpl.cipherValue: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$CipherValueImpl;
0 2 1 value Ljava/lang/String;
MethodParameters:
Name Flags
value
org.w3c.dom.Element toElement();
descriptor: ()Lorg/w3c/dom/Element;
flags: (0x0000)
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl.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 "CipherValue"
1: invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.createElementInEncryptionSpace:(Lorg/w3c/dom/Document;Ljava/lang/String;)Lorg/w3c/dom/Element;
2: astore 1
start local 1 3: aload 1
aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl.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$CipherValueImpl.cipherValue:Ljava/lang/String;
invokeinterface org.w3c.dom.Document.createTextNode:(Ljava/lang/String;)Lorg/w3c/dom/Text;
invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
pop
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$CipherValueImpl;
3 5 1 result Lorg/w3c/dom/Element;
}
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 CipherValueImpl = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl of com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory