Class SigConstraintsFailure
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.SigConstraintsFailure
- All Implemented Interfaces:
ConstraintsFailure, Serializable
The signature is considered invalid because one or more properties of the signature
do not match the validation constraints.
The validation process shall provide:
- The signature properties that do not match the validation constraints. TODO: consider adding this information
- 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
-
CERTIFICATE_ATTRIBUTE_INCORRECT_VERSION
- See Also:
-
-
Constructor Details
-
SigConstraintsFailure
-
-
Method Details
-
getDetails
- Specified by:
getDetailsin interfaceConstraintsFailure
-