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

Packages that use ReferenceType
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. 
org.opensaml.xml.encryption.validator   
 

Uses of ReferenceType in org.opensaml.xml.encryption
 

Subinterfaces of ReferenceType in org.opensaml.xml.encryption
 interface DataReference
          XMLObject representing XML Encryption, version 20021210, DataReference element.
 interface KeyReference
          XMLObject representing XML Encryption, version 20021210, KeyReference element.
 

Methods in org.opensaml.xml.encryption that return types with arguments of type ReferenceType
 List<ReferenceType> ReferenceList.getReferences()
          Get the list of reference child elements.
 

Uses of ReferenceType in org.opensaml.xml.encryption.impl
 

Classes in org.opensaml.xml.encryption.impl that implement ReferenceType
 class DataReferenceImpl
          Concrete implementation of DataReference.
 class KeyReferenceImpl
           
 class ReferenceTypeImpl
          Concrete implementation of ReferenceType
 

Methods in org.opensaml.xml.encryption.impl that return types with arguments of type ReferenceType
 List<ReferenceType> ReferenceListImpl.getReferences()
          Get the list of reference child elements.
 

Uses of ReferenceType in org.opensaml.xml.encryption.validator
 

Methods in org.opensaml.xml.encryption.validator with parameters of type ReferenceType
 void ReferenceTypeSchemaValidator.validate(ReferenceType xmlObject)
          Checks to see if a XMLObject is valid.
protected  void ReferenceTypeSchemaValidator.validateChildrenNamespaces(ReferenceType xmlObject)
          Validate that all children are from another namespace.
protected  void ReferenceTypeSchemaValidator.validateURI(ReferenceType xmlObject)
          Validate the URI.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.