| Package | Description |
|---|---|
| org.apache.xml.security.encryption |
| Modifier and Type | Method | Description |
|---|---|---|
Reference |
ReferenceList.newDataReference(String uri) |
DataReference factory method. |
Reference |
ReferenceList.newKeyReference(String uri) |
KeyReference factory method. |
| Modifier and Type | Method | Description |
|---|---|---|
Iterator<Reference> |
ReferenceList.getReferences() |
Returns an
Iterator over all the References
contained in this ReferenceList. |
| Modifier and Type | Method | 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–2018 The Apache Software Foundation. All rights reserved.