Package br.ufsc.labsec.signature.conformanceVerifier.validationService.exceptions.indeterminateExceptions
Class Expired
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.conformanceVerifier.validationService.exceptions.interfaces.ValidationResultReason
br.ufsc.labsec.signature.conformanceVerifier.validationService.exceptions.indeterminateExceptions.ReasonForIndeterminate
br.ufsc.labsec.signature.conformanceVerifier.validationService.exceptions.indeterminateExceptions.Expired
- All Implemented Interfaces:
BoundsReference
,CertificateReference
,Serializable
public class Expired extends ReasonForIndeterminate implements BoundsReference
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class br.ufsc.labsec.signature.exceptions.PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM
-
Constructor Summary
Constructors Constructor Description Expired(String message, Object certificate)
Expired(String message, Throwable cause, X509Certificate certificate)
Expired(String message, Throwable cause, Date notBefore, Date notAfter, X509Certificate certificate)
Expired(String message, Date notBefore, Date notAfter, Object certificate)
Expired(Throwable cause, X509Certificate certificate)
Expired(Throwable cause, Date notBefore, Date notAfter, X509Certificate certificate)
-
Method Summary
Methods inherited from class br.ufsc.labsec.signature.conformanceVerifier.validationService.exceptions.indeterminateExceptions.ReasonForIndeterminate
isReasonForIndeterminate, isReasonForTotalFailed
Methods inherited from class br.ufsc.labsec.signature.exceptions.PbadException
isCritical, setCritical
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
notBefore
-
notAfter
-
certificate
-
-
Constructor Details
-
Expired
-
Expired
-
Expired
-
Expired
-
Expired
-
Expired
public Expired(String message, Throwable cause, Date notBefore, Date notAfter, X509Certificate certificate)
-
-
Method Details
-
notBefore
- Specified by:
notBefore
in interfaceBoundsReference
-
notAfter
- Specified by:
notAfter
in interfaceBoundsReference
-
getCertificate
- Specified by:
getCertificate
in interfaceCertificateReference
-