public interface com.sun.org.apache.xml.internal.security.encryption.ReferenceList
  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.ReferenceList
  super_class: java.lang.Object
{
  public static final int DATA_REFERENCE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int KEY_REFERENCE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

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

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

  public abstract int size();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isEmpty();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract com.sun.org.apache.xml.internal.security.encryption.Reference newDataReference(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/org/apache/xml/internal/security/encryption/Reference;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      uri   

  public abstract com.sun.org.apache.xml.internal.security.encryption.Reference newKeyReference(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/org/apache/xml/internal/security/encryption/Reference;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      uri   
}
SourceFile: "ReferenceList.java"