public interface com.sun.org.apache.xml.internal.security.encryption.EncryptionProperties
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.org.apache.xml.internal.security.encryption.EncryptionProperties
  super_class: java.lang.Object
{
  public abstract java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setId(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      id    

  public abstract java.util.Iterator<com.sun.org.apache.xml.internal.security.encryption.EncryptionProperty> getEncryptionProperties();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Iterator<Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionProperty;>;

  public abstract void addEncryptionProperty(com.sun.org.apache.xml.internal.security.encryption.EncryptionProperty);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionProperty;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      property  

  public abstract void removeEncryptionProperty(com.sun.org.apache.xml.internal.security.encryption.EncryptionProperty);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/EncryptionProperty;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      property  
}
SourceFile: "EncryptionProperties.java"