Uses of Class
br.ufsc.labsec.validationDataServices.exceptions.OcspException
Packages that use OcspException
Package
Description
-
Uses of OcspException in br.ufsc.labsec.validationDataServices.services.constraints.path
Methods in br.ufsc.labsec.validationDataServices.services.constraints.path that throw OcspExceptionModifier and TypeMethodDescriptionstatic voidValidatePath.validateCertPath(CertPath certPath, CertStore certStore, Date timeReference, TrustAnchorProvider trustAnchorProvider, RevocationPolicyProvider policyDataProvider, CertificateValidation.Validate validate, List<org.apache.commons.lang3.tuple.Pair<X509Certificate, org.bouncycastle.cert.ocsp.OCSPResp>> ocspResponses, boolean verifyICPBRAlgorithms) Valida o caminho de certificação de um certificado. -
Uses of OcspException in br.ufsc.labsec.validationDataServices.services.revocation.ocsp
Methods in br.ufsc.labsec.validationDataServices.services.revocation.ocsp that throw OcspExceptionModifier and TypeMethodDescriptionvoidOcspCertificateChecker.check(Certificate certificate, Certificate issuer) Busca por uma resposta OCSP para o certificado dado e vê se a resposta de revogação é anterior à data atual.Constructors in br.ufsc.labsec.validationDataServices.services.revocation.ocsp that throw OcspExceptionModifierConstructorDescriptionOcspCertificateChecker(List<org.apache.commons.lang3.tuple.Pair<X509Certificate, org.bouncycastle.cert.ocsp.OCSPResp>> ocspResponses, Date currentDate, boolean verifyICPAlgorithms) Inicializa o verificador -
Uses of OcspException in br.ufsc.labsec.validationDataServices.services.revocation.validator
Methods in br.ufsc.labsec.validationDataServices.services.revocation.validator that throw OcspExceptionModifier and TypeMethodDescriptionvoidRevocationValidator.validate(CertPath certPath, CertStore certStore, Date timeReference, Set<TrustAnchor> trustAnchors, List<org.apache.commons.lang3.tuple.Pair<X509Certificate, org.bouncycastle.cert.ocsp.OCSPResp>> ocspResponses, boolean verifyIcpAlgorithms)