|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataReference | |
|---|---|
| org.opensaml.xml.encryption | XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. |
| org.opensaml.xml.encryption.impl | Implementations of the interfaces for XMLObjects that represent XML encryption types. |
| Uses of DataReference in org.opensaml.xml.encryption |
|---|
| Methods in org.opensaml.xml.encryption that return types with arguments of type DataReference | |
|---|---|
java.util.List<DataReference> |
ReferenceList.getDataReferences()
Get the list of data reference child elements. |
| Uses of DataReference in org.opensaml.xml.encryption.impl |
|---|
| Classes in org.opensaml.xml.encryption.impl that implement DataReference | |
|---|---|
class |
DataReferenceImpl
Concrete implementation of DataReference. |
| Methods in org.opensaml.xml.encryption.impl that return DataReference | |
|---|---|
DataReference |
DataReferenceBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications. |
DataReference |
DataReferenceBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name. |
| Methods in org.opensaml.xml.encryption.impl that return types with arguments of type DataReference | |
|---|---|
java.util.List<DataReference> |
ReferenceListImpl.getDataReferences()
Get the list of data reference child elements. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||