Class OutOfBoundsNoPoe
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.validationResult.results.reasons.ValidationResultReason
br.ufsc.labsec.validationResult.exceptions.indeterminateExceptions.ReasonForIndeterminate
br.ufsc.labsec.validationResult.exceptions.indeterminateExceptions.OutOfBoundsNoPoe
- All Implemented Interfaces:
BoundsReference, CertificateChainReference, CertificateReference, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOutOfBoundsNoPoe(String message, X509Certificate certificate, CertPath certPath, Date timeReference) OutOfBoundsNoPoe(String message, Date notBefore, Date notAfter, X509Certificate certificate, CertPath certPath, Date timeReference) -
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, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface BoundsReference
getMessageMethods inherited from interface CertificateChainReference
expired, inBounds, notYetValid
-
Constructor Details
-
OutOfBoundsNoPoe
public OutOfBoundsNoPoe(String message, X509Certificate certificate, CertPath certPath, Date timeReference) -
OutOfBoundsNoPoe
-
-
Method Details
-
notBefore
- Specified by:
notBeforein interfaceCertificateChainReference
-
notAfter
- Specified by:
notAfterin interfaceCertificateChainReference
-
getCertificate
- Specified by:
getCertificatein interfaceCertificateReference
-
getCertPath
- Specified by:
getCertPathin interfaceBoundsReference
-
timeReference
- Specified by:
timeReferencein interfaceBoundsReference
-