Class HashFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.validationResult.results.reasons.ValidationResultReason
br.ufsc.labsec.validationResult.exceptions.invalidExceptions.ReasonForTotalFailed
br.ufsc.labsec.validationResult.exceptions.invalidExceptions.HashFailure
- All Implemented Interfaces:
ConstraintsFailure, Serializable
The signature is considered invalid because at least one hash of a signed data object(s) that has been included
in the signing process does not match the corresponding hash value in the signature.
An identifier (s) (e.g. an URI) uniquely identifying the signed data object that caused the failure TODO: consider adding this information
The validation process shall provide:
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ValidationResultReason
assertReason, getReason, is, isIn, isReasonForIndeterminate, isReasonForTotalFailed, isRevokedReason, isValidationNotPossible, result, setValidationNotPossibleMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
SEMANTICS
- See Also:
-
-
Constructor Details
-
HashFailure
-
HashFailure
public HashFailure()
-
-
Method Details
-
getDetails
- Specified by:
getDetailsin interfaceConstraintsFailure
-