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
- See Also:
-
Field Summary
FieldsFields inherited from class PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM -
Constructor Summary
ConstructorsConstructorDescriptionNotYetValid(String message, Object certificate) NotYetValid(String message, Throwable cause, 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 ReasonForIndeterminate
isReasonForIndeterminate, isReasonForTotalFailedMethods inherited from class PbadException
isCritical, setCriticalMethods inherited from class 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:
notBeforein interfaceBoundsReference
-
notAfter
- Specified by:
notAfterin interfaceBoundsReference
-
getCertificate
- Specified by:
getCertificatein interfaceCertificateReference
-