Package | Description |
---|---|
org.apache.xml.security.encryption |
Modifier and Type | Method and Description |
---|---|
Reference |
ReferenceList.newDataReference(String uri)
DataReference factory method. |
Reference |
ReferenceList.newKeyReference(String uri)
KeyReference factory method. |
Modifier and Type | Method and Description |
---|---|
Iterator<Reference> |
ReferenceList.getReferences()
Returns an
Iterator over all the Reference s
contained in this ReferenceList . |
Modifier and Type | Method and Description |
---|---|
void |
ReferenceList.add(Reference reference)
Adds a reference to this reference list.
|
void |
ReferenceList.remove(Reference reference)
Removes a reference from the
ReferenceList . |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.