class com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedDataImpl extends com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl implements com.sun.org.apache.xml.internal.security.encryption.EncryptedData
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedDataImpl
  super_class: com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl
{
  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 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedDataImpl this
        start local 2 // com.sun.org.apache.xml.internal.security.encryption.CipherData data
         0: .line 2728
            aload 0 /* this */
            aload 1
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedDataImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
         1: .line 2729
            aload 0 /* this */
            aload 1
            aload 2 /* data */
            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: .line 2730
            return
        end local 2 // com.sun.org.apache.xml.internal.security.encryption.CipherData data
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedDataImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptedDataImpl;
            0    3     2  data  Lcom/sun/org/apache/xml/internal/security/encryption/CipherData;
    MethodParameters:
        Name  Flags
      this$0  final
      data    

  org.w3c.dom.Element toElement();
    descriptor: ()Lorg/w3c/dom/Element;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedDataImpl this
         0: .line 2735
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedDataImpl.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: .line 2736
            ldc "EncryptedData"
         2: .line 2734
            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: .line 2733
            astore 1 /* result */
        start local 1 // org.w3c.dom.Element result
         4: .line 2739
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getId:()Ljava/lang/String;
            ifnull 6
         5: .line 2740
            aload 1 /* result */
            aconst_null
            ldc "Id"
            aload 0 /* this */
            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: .line 2742
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getType:()Ljava/lang/String;
            ifnull 8
         7: .line 2743
            aload 1 /* result */
            aconst_null
            ldc "Type"
            aload 0 /* this */
            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: .line 2745
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getMimeType:()Ljava/lang/String;
            ifnull 12
         9: .line 2746
            aload 1 /* result */
        10: .line 2747
            aconst_null
            ldc "MimeType"
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getMimeType:()Ljava/lang/String;
        11: .line 2746
            invokeinterface org.w3c.dom.Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        12: .line 2750
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getEncoding:()Ljava/lang/String;
            ifnull 16
        13: .line 2751
            aload 1 /* result */
        14: .line 2752
            aconst_null
            ldc "Encoding"
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getEncoding:()Ljava/lang/String;
        15: .line 2751
            invokeinterface org.w3c.dom.Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        16: .line 2755
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getEncryptionMethod:()Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionMethod;
            ifnull 20
        17: .line 2756
            aload 1 /* result */
        18: .line 2757
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getEncryptionMethod:()Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionMethod;
            checkcast com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl
            invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.toElement:()Lorg/w3c/dom/Element;
        19: .line 2756
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
        20: .line 2760
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getKeyInfo:()Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            ifnull 22
        21: .line 2761
            aload 1 /* result */
            aload 0 /* this */
            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
        22: .line 2764
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            aload 0 /* this */
            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
        23: .line 2765
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getEncryptionProperties:()Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionProperties;
            ifnull 29
        24: .line 2766
            aload 1 /* result */
        25: .line 2767
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedTypeImpl.getEncryptionProperties:()Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionProperties;
        26: .line 2766
            checkcast com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl
        27: .line 2767
            invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl.toElement:()Lorg/w3c/dom/Element;
        28: .line 2766
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
        29: .line 2770
      StackMap locals:
      StackMap stack:
            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$EncryptedDataImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   30     0    this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptedDataImpl;
            4   30     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 CipherDataImpl = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl of com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory
  private EncryptedDataImpl = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptedDataImpl 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