Uses of Interface
org.opensaml.xml.signature.ContentReference

Packages that use ContentReference
org.opensaml.xml.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. 
org.opensaml.xml.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. 
 

Uses of ContentReference in org.opensaml.xml.signature
 

Classes in org.opensaml.xml.signature that implement ContentReference
 class DocumentInternalIDContentReference
          A content reference that references Elements withing the same document by ID attribute.
 class URIContentReference
          A generic content reference that uses a URI to reference the content to be signed.
 

Methods in org.opensaml.xml.signature that return types with arguments of type ContentReference
 List<ContentReference> Signature.getContentReferences()
          Gets the list of signature content references.
 

Uses of ContentReference in org.opensaml.xml.signature.impl
 

Methods in org.opensaml.xml.signature.impl that return types with arguments of type ContentReference
 List<ContentReference> SignatureImpl.getContentReferences()
          Gets the list of signature content references.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.