Class DocumentInternalIDContentReference
java.lang.Object
org.opensaml.xmlsec.signature.support.URIContentReference
org.opensaml.xmlsec.signature.support.DocumentInternalIDContentReference
- All Implemented Interfaces:
ConfigurableContentReference,ContentReference,TransformsConfigurableContentReference
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
Constructors -
Method Summary
Methods inherited from class org.opensaml.xmlsec.signature.support.URIContentReference
createReference, getDigestAlgorithm, getTransforms, setDigestAlgorithm
-
Constructor Details
-
DocumentInternalIDContentReference
Constructor. The anchor designator (#) must not be included in the ID.- Parameters:
referenceID- the reference ID of the element to be signed
-