Class DocumentInternalIDContentReference

java.lang.Object
org.opensaml.xmlsec.signature.support.URIContentReference
org.opensaml.xmlsec.signature.support.DocumentInternalIDContentReference
All Implemented Interfaces:
ConfigurableContentReference, ContentReference, TransformsConfigurableContentReference

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 Details

    • DocumentInternalIDContentReference

      public DocumentInternalIDContentReference(@Nonnull String referenceID)
      Constructor. The anchor designator (#) must not be included in the ID.
      Parameters:
      referenceID - the reference ID of the element to be signed