Uses of Interface
org.opensaml.xml.encryption.DataReference

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
 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(String namespaceURI, String localName, 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
 List<DataReference> ReferenceListImpl.getDataReferences()
          Get the list of data reference child elements.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.