|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Reference | |
---|---|
org.apache.xml.security.encryption | Provides classes for implementing XML Encryption applications. |
Uses of Reference in org.apache.xml.security.encryption |
---|
Methods in org.apache.xml.security.encryption that return Reference | |
---|---|
Reference |
ReferenceList.newDataReference(String uri)
DataReference factory method. |
Reference |
ReferenceList.newKeyReference(String uri)
KeyReference factory method. |
Methods in org.apache.xml.security.encryption that return types with arguments of type Reference | |
---|---|
Iterator<Reference> |
ReferenceList.getReferences()
Returns an Iterator over all the Reference s
contained in this ReferenceList . |
Methods in org.apache.xml.security.encryption with parameters of type Reference | |
---|---|
void |
ReferenceList.add(Reference reference)
Adds a reference to this reference list. |
void |
ReferenceList.remove(Reference reference)
Removes a reference from the ReferenceList . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |