Class SigCryptoFailure
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.SigCryptoFailure
- All Implemented Interfaces:
CertificateReference, Serializable
The signature is considered invalid because the signature value in the signature could not be verified using
the signer's public key in the signer's certificate.
The signer certificate used in the validation process.
The validation process shall output:
- See Also:
-
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
-
Constructor Details
-
SigCryptoFailure
-
-
Method Details
-
getCertificate
- Specified by:
getCertificatein interfaceCertificateReference
-