Interface ConfigurableContentReference
- All Superinterfaces:
ContentReference
- All Known Implementing Classes:
DocumentInternalIDContentReference,SAMLObjectContentReference,URIContentReference
A specialization of
ContentReference which allows some signature reference properties
to be specified.-
Method Summary
Modifier and TypeMethodDescriptionGets the algorithm used to digest the content.voidsetDigestAlgorithm(String newAlgorithm) Sets the algorithm used to digest the content.Methods inherited from interface org.opensaml.xmlsec.signature.support.ContentReference
createReference
-
Method Details
-
getDigestAlgorithm
Gets the algorithm used to digest the content.- Returns:
- the algorithm used to digest the content
-
setDigestAlgorithm
Sets the algorithm used to digest the content.- Parameters:
newAlgorithm- the algorithm used to digest the content
-