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 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl this
        start local 2 // java.lang.String value
         0: .line 2698
            aload 0 /* this */
            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 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2693
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl.cipherValue:Ljava/lang/String;
         2: .line 2699
            aload 0 /* this */
            aload 2 /* value */
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl.cipherValue:Ljava/lang/String;
         3: .line 2700
            return
        end local 2 // java.lang.String value
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl this
      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 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl this
         0: .line 2704
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl.cipherValue:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl this
      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 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl this
        start local 1 // java.lang.String value
         0: .line 2709
            aload 0 /* this */
            aload 1 /* value */
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl.cipherValue:Ljava/lang/String;
         1: .line 2710
            return
        end local 1 // java.lang.String value
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl this
      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 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl this
         0: .line 2715
            aload 0 /* this */
            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: .line 2714
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.createElementInEncryptionSpace:(Lorg/w3c/dom/Document;Ljava/lang/String;)Lorg/w3c/dom/Element;
         2: .line 2713
            astore 1 /* result */
        start local 1 // org.w3c.dom.Element result
         3: .line 2717
            aload 1 /* result */
            aload 0 /* this */
            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 /* this */
            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: .line 2719
            aload 1 /* result */
            areturn
        end local 1 // org.w3c.dom.Element result
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl this
      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