Uses of Interface
br.ufsc.labsec.validationResult.interfaces.CertificateChainReference
Packages that use CertificateChainReference
Package
Description
-
Uses of CertificateChainReference in br.ufsc.labsec.validationResult.exceptions.indeterminateExceptions
Classes in br.ufsc.labsec.validationResult.exceptions.indeterminateExceptions that implement CertificateChainReference -
Uses of CertificateChainReference in br.ufsc.labsec.validationResult.exceptions.invalidExceptions
Classes in br.ufsc.labsec.validationResult.exceptions.invalidExceptions that implement CertificateChainReferenceModifier and TypeClassDescriptionclassThe signature is considered invalid because the certificate chain used in the validation process does not match the validation constraints related to the certificate.classThe signature is considered invalid because the Signature Validation Algorithm can ascertain that the signing time lies after the expiration date (notAfter) of the signer's certificate.classAny other reason.classThe signature is considered invalid because the Signature Validation Algorithm can ascertain that the signing time lies before the issuance date (notBefore) of the signer's certificate.Constructors in br.ufsc.labsec.validationResult.exceptions.invalidExceptions with parameters of type CertificateChainReferenceModifierConstructorDescriptionExpired(CertificateChainReference certificateChainReference, Date timeReference) NotYetValid(CertificateChainReference certificateChainReference, Date timeReference)