Uses of Class
br.ufsc.labsec.signature.exceptions.OcspException
Packages that use OcspException
-
Uses of OcspException in br.ufsc.labsec.signature.conformanceVerifier.validationService
Methods in br.ufsc.labsec.signature.conformanceVerifier.validationService that throw OcspExceptionModifier and TypeMethodDescriptionvoidBusca por uma resposta OCSP para o certificado dado e vê se a resposta de revogação é anterior à data atual.static voidCertPathValidator.validateCertPath(CertPath certPath, CertStore certStore, Time timeReference, SignaturePolicyInterface signaturePolicyInterface, CertificateValidation.Validate validate, List<org.apache.commons.lang3.tuple.Pair<Object, org.bouncycastle.cert.ocsp.OCSPResp>> ocspResponses, boolean verifyICPBRAlgorithms) Valida o caminho de certificação de um certificado.static voidCertPathValidator.validateCertPath(CertPath certPath, CertStore certStore, Time timeReference, Set<TrustAnchor> trustAnchors, CertRevReq revocationRequirements, List<org.apache.commons.lang3.tuple.Pair<Object, org.bouncycastle.cert.ocsp.OCSPResp>> ocspResponses, boolean verifyICPAlgorithms) Valida o caminho de certificação de um certificadoprotected static voidCertPathValidator.validateEndCertWithCrlAndCasWithOcsp(CertPath certPath, CertStore certStore, Time timeReference, Set<TrustAnchor> trustAnchors, List<org.apache.commons.lang3.tuple.Pair<Object, org.bouncycastle.cert.ocsp.OCSPResp>> ocspResponses, boolean verifyICPAlgorithms) Valida o caminho de certificação do certificado final através de LCRs e os certificados de ACs através de servidor OCSPprotected static voidCertPathValidator.validateEndCertWithOcspAndCasWithCrls(CertPath certPath, CertStore certStore, Time timeReference, Set<TrustAnchor> trustAnchors, List<org.apache.commons.lang3.tuple.Pair<Object, org.bouncycastle.cert.ocsp.OCSPResp>> ocspResponses, boolean verifyICPAlgorithms) Valida o caminho de certificação do certificado final através de servidor OCSP e os certificados de ACs através de LCRsprotected static voidCertPathValidator.validateWithOcsp(CertPath certPath, Time timeReference, Set<TrustAnchor> trustAnchors, List<org.apache.commons.lang3.tuple.Pair<Object, org.bouncycastle.cert.ocsp.OCSPResp>> ocspResponses, boolean verifyICPAlgorithms) Valida o caminho de certificação de um certificado através de servidor OCSPConstructors in br.ufsc.labsec.signature.conformanceVerifier.validationService that throw OcspExceptionModifierConstructorDescriptionOcspCertificateChecker(List<org.apache.commons.lang3.tuple.Pair<Object, org.bouncycastle.cert.ocsp.OCSPResp>> ocspResponses, Time currentDate, boolean verifyICPAlgorithms) Inicializa o verificador