Interface ConfigurableContentReference

All Superinterfaces:
ContentReference
All Known Implementing Classes:
DocumentInternalIDContentReference, SAMLObjectContentReference, URIContentReference

public interface ConfigurableContentReference extends ContentReference
A specialization of ContentReference which allows some signature reference properties to be specified.
  • Method Details

    • getDigestAlgorithm

      @Nullable String getDigestAlgorithm()
      Gets the algorithm used to digest the content.
      Returns:
      the algorithm used to digest the content
    • setDigestAlgorithm

      void setDigestAlgorithm(@Nullable String newAlgorithm)
      Sets the algorithm used to digest the content.
      Parameters:
      newAlgorithm - the algorithm used to digest the content