Class InvalidGeneric
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.InvalidGeneric
- All Implemented Interfaces:
BoundsReference, CertificateChainReference, CertificateReference, Serializable
Any other reason.
The validation process shall output:
- The certificate chain used in the validation process.
- Additional information why the signature has been declared invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidGeneric(String message) InvalidGeneric(String message, X509Certificate certificate, CertPath certPath, Date timeReference) -
Method Summary
Modifier and TypeMethodDescriptionMethods 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, notAfter, notBefore, notYetValid
-
Constructor Details
-
InvalidGeneric
public InvalidGeneric(String message, X509Certificate certificate, CertPath certPath, Date timeReference) -
InvalidGeneric
-
-
Method Details
-
getCertificate
- Specified by:
getCertificatein interfaceCertificateReference
-
getCertPath
- Specified by:
getCertPathin interfaceBoundsReference
-
timeReference
- Specified by:
timeReferencein interfaceBoundsReference
-