org.opensaml.xml.signature
Class DocumentInternalIDContentReference

java.lang.Object
  extended by org.opensaml.xml.signature.URIContentReference
      extended by org.opensaml.xml.signature.DocumentInternalIDContentReference
All Implemented Interfaces:
ContentReference

public class DocumentInternalIDContentReference
extends URIContentReference

A content reference that references Elements withing the same document by ID attribute. That is the reference is #ID where ID is the value of the ID attribute of the Element.


Constructor Summary
DocumentInternalIDContentReference(String referenceID)
          Constructor.
 
Method Summary
 
Methods inherited from class org.opensaml.xml.signature.URIContentReference
createReference, getDigestAlgorithm, getTransforms, setDigestAlgorithm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentInternalIDContentReference

public DocumentInternalIDContentReference(String referenceID)
Constructor. The anchor designator (#) must not be included in the ID.

Parameters:
referenceID - the reference ID of the element to be signed


Copyright © 2006-2011 Internet2. All Rights Reserved.