Uses of Interface
br.ufsc.labsec.commons.OcspRevocationCache
Packages that use OcspRevocationCache
Package
Description
-
Uses of OcspRevocationCache in br.ufsc.labsec.signature.conformanceVerifier.validationService
Fields in br.ufsc.labsec.signature.conformanceVerifier.validationService declared as OcspRevocationCacheMethods in br.ufsc.labsec.signature.conformanceVerifier.validationService that return OcspRevocationCacheModifier and TypeMethodDescriptionValidationServiceRepository.getCompleteOCSPRevocationInformation() -
Uses of OcspRevocationCache in br.ufsc.labsec.signature.repository.PKCS12IdentityService
Classes in br.ufsc.labsec.signature.repository.PKCS12IdentityService that implement OcspRevocationCacheModifier and TypeClassDescriptionclassA classe OCSPCacheManagement é responsável por cuidar do cachê das respostas OCSP.Methods in br.ufsc.labsec.signature.repository.PKCS12IdentityService that return OcspRevocationCache -
Uses of OcspRevocationCache in br.ufsc.labsec.validationDataServices.interfaces
Methods in br.ufsc.labsec.validationDataServices.interfaces that return OcspRevocationCacheModifier and TypeMethodDescriptionValidationServiceRepositoryInterface.getCompleteOCSPRevocationInformation() -
Uses of OcspRevocationCache in br.ufsc.labsec.validationDataServices.services.revocation.ocsp
Methods in br.ufsc.labsec.validationDataServices.services.revocation.ocsp with parameters of type OcspRevocationCacheModifier and TypeMethodDescriptionstatic List<org.apache.commons.lang3.tuple.Pair<X509Certificate, org.bouncycastle.cert.ocsp.OCSPResp>> OCSPService.getCertPathOCSPResponses(CertPath certPath, Date timeReference, OcspRevocationCache ocspCache, String cachePath) Busca as respostas de servidores OCSP para cada certificado do caminho de certificaçãostatic List<org.apache.commons.lang3.tuple.Pair<X509Certificate, org.bouncycastle.cert.ocsp.OCSPResp>> OCSPService.getCertPathOCSPResponses(List<? extends Certificate> certificates, Date timeReference, OcspRevocationCache ocspCache, String cachePath) Busca as respostas de servidores OCSP para cada certificado do caminho de certificaçãostatic Optional<org.bouncycastle.cert.ocsp.OCSPResp> OCSPService.getOCSPResponse(Object certificate, Object issuer, Date timeReference, OcspRevocationCache ocspCache, String cachePath) Busca a resposta do servidor OCSP para o certificado dado