class com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl implements com.sun.org.apache.xml.internal.security.encryption.EncryptionProperties
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl
  super_class: java.lang.Object
{
  private java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<com.sun.org.apache.xml.internal.security.encryption.EncryptionProperty> encryptionProperties;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionProperty;>;

  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);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl this
         0: .line 3172
            aload 0 /* this */
            aload 1
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3166
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl.id:Ljava/lang/String;
         2: .line 3167
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl.encryptionProperties:Ljava/util/List;
         3: .line 3173
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl.encryptionProperties:Ljava/util/List;
         4: .line 3174
            return
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionPropertiesImpl;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.String getId();
    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$EncryptionPropertiesImpl this
         0: .line 3178
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl.id:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionPropertiesImpl;

  public void setId(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$EncryptionPropertiesImpl this
        start local 1 // java.lang.String id
         0: .line 3183
            aload 0 /* this */
            aload 1 /* id */
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl.id:Ljava/lang/String;
         1: .line 3184
            return
        end local 1 // java.lang.String id
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionPropertiesImpl;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public java.util.Iterator<com.sun.org.apache.xml.internal.security.encryption.EncryptionProperty> getEncryptionProperties();
    descriptor: ()Ljava/util/Iterator;
    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$EncryptionPropertiesImpl this
         0: .line 3188
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl.encryptionProperties:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionPropertiesImpl;
    Signature: ()Ljava/util/Iterator<Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionProperty;>;

  public void addEncryptionProperty(com.sun.org.apache.xml.internal.security.encryption.EncryptionProperty);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionProperty;)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$EncryptionPropertiesImpl this
        start local 1 // com.sun.org.apache.xml.internal.security.encryption.EncryptionProperty property
         0: .line 3193
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl.encryptionProperties:Ljava/util/List;
            aload 1 /* property */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 3194
            return
        end local 1 // com.sun.org.apache.xml.internal.security.encryption.EncryptionProperty property
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionPropertiesImpl;
            0    2     1  property  Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionProperty;
    MethodParameters:
          Name  Flags
      property  

  public void removeEncryptionProperty(com.sun.org.apache.xml.internal.security.encryption.EncryptionProperty);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionProperty;)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$EncryptionPropertiesImpl this
        start local 1 // com.sun.org.apache.xml.internal.security.encryption.EncryptionProperty property
         0: .line 3198
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl.encryptionProperties:Ljava/util/List;
            aload 1 /* property */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 3199
            return
        end local 1 // com.sun.org.apache.xml.internal.security.encryption.EncryptionProperty property
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionPropertiesImpl;
            0    2     1  property  Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionProperty;
    MethodParameters:
          Name  Flags
      property  

  org.w3c.dom.Element toElement();
    descriptor: ()Lorg/w3c/dom/Element;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl this
         0: .line 3204
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl.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 "EncryptionProperties"
         1: .line 3203
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.createElementInEncryptionSpace:(Lorg/w3c/dom/Document;Ljava/lang/String;)Lorg/w3c/dom/Element;
         2: .line 3202
            astore 1 /* result */
        start local 1 // org.w3c.dom.Element result
         3: .line 3206
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl.id:Ljava/lang/String;
            ifnull 5
         4: .line 3207
            aload 1 /* result */
            aconst_null
            ldc "Id"
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl.id:Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 3209
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl.getEncryptionProperties:()Ljava/util/Iterator;
            astore 2 /* itr */
        start local 2 // java.util.Iterator itr
         6: .line 3210
            goto 8
         7: .line 3211
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* result */
            aload 2 /* itr */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertyImpl
            invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertyImpl.toElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         8: .line 3210
      StackMap locals:
      StackMap stack:
            aload 2 /* itr */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
         9: .line 3214
            aload 1 /* result */
            areturn
        end local 2 // java.util.Iterator itr
        end local 1 // org.w3c.dom.Element result
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionPropertiesImpl;
            3   10     1  result  Lorg/w3c/dom/Element;
            6   10     2     itr  Ljava/util/Iterator<Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionProperty;>;
}
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 EncryptionPropertiesImpl = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertiesImpl of com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory
  private EncryptionPropertyImpl = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionPropertyImpl of com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory