org.opensaml.xml.signature
Interface ContentReference

All Known Implementing Classes:
DocumentInternalIDContentReference, URIContentReference

public interface ContentReference

Interface for representing the references to the content that is digitally signed. Individual implementations of this may with to expose properties, such as the ability to set the digest algorithm if it may vary based on runtime information.


Method Summary
 void createReference(org.apache.xml.security.signature.XMLSignature signature)
          Called by the signature marshaller to allow references to be added to the signature.
 

Method Detail

createReference

void createReference(org.apache.xml.security.signature.XMLSignature signature)
Called by the signature marshaller to allow references to be added to the signature.

Parameters:
signature - the signature object


Copyright © 2006-2011 Internet2. All Rights Reserved.