Package br.ufsc.labsec.signature.conformanceVerifier.validationService.exceptions.indeterminateExceptions
Class NotYetValid
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.NotYetValid
- All Implemented Interfaces:
BoundsReference
,CertificateReference
,Serializable
public class NotYetValid 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 NotYetValid(String message, Object certificate)
NotYetValid(String message, Throwable cause, Object certificate)
NotYetValid(String message, Throwable cause, Date notBefore, Date notAfter, Object certificate)
NotYetValid(String message, Date notBefore, Date notAfter, Object certificate)
NotYetValid(Throwable cause, Object certificate)
NotYetValid(Throwable cause, Date notBefore, Date notAfter, Object 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
-
NotYetValid
-
NotYetValid
-
NotYetValid
-
NotYetValid
-
NotYetValid
-
NotYetValid
-
-
Method Details
-
notBefore
- Specified by:
notBefore
in interfaceBoundsReference
-
notAfter
- Specified by:
notAfter
in interfaceBoundsReference
-
getCertificate
- Specified by:
getCertificate
in interfaceCertificateReference
-