Interface ContentReference
-
- All Known Subinterfaces:
ConfigurableContentReference
,TransformsConfigurableContentReference
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
createReference(org.apache.xml.security.signature.XMLSignature signature)
Called by the signature marshaller to allow references to be added to the signature.
-