Class XmlSignatureInvalidContentHashException

All Implemented Interfaces:
Serializable

public class XmlSignatureInvalidContentHashException extends XmlSignatureInvalidException
This exception is thrown if the verification of a XML signature fails because the hash calculated over the content does not match the value in the signature.
See Also:
  • Constructor Details

    • XmlSignatureInvalidContentHashException

      public XmlSignatureInvalidContentHashException(String message, Throwable cause)
    • XmlSignatureInvalidContentHashException

      public XmlSignatureInvalidContentHashException(String message)