Uses of Interface
br.ufsc.labsec.commons.validationData.CertificateCollectionCache
Packages that use CertificateCollectionCache
Package
Description
-
Uses of CertificateCollectionCache in br.ufsc.labsec.commons.utils
Methods in br.ufsc.labsec.commons.utils with parameters of type CertificateCollectionCacheModifier and TypeMethodDescriptionCertificateUtils.getCertificate(CertificateCollection collection, SignatureObject object, org.bouncycastle.util.Selector<Certificate> selector, CertificateCollectionCache cache) -
Uses of CertificateCollectionCache in br.ufsc.labsec.signature.conformanceVerifier.validationService
Fields in br.ufsc.labsec.signature.conformanceVerifier.validationService declared as CertificateCollectionCacheMethods in br.ufsc.labsec.signature.conformanceVerifier.validationService that return CertificateCollectionCache -
Uses of CertificateCollectionCache in br.ufsc.labsec.signature.repository.PKCS12IdentityService
Classes in br.ufsc.labsec.signature.repository.PKCS12IdentityService that implement CertificateCollectionCache -
Uses of CertificateCollectionCache in br.ufsc.labsec.validationDataServices.interfaces
Methods in br.ufsc.labsec.validationDataServices.interfaces that return CertificateCollectionCacheModifier and TypeMethodDescriptionValidationServiceRepositoryInterface.getCompleteCertificateCollection() -
Uses of CertificateCollectionCache in br.ufsc.labsec.validationDataServices.services
Methods in br.ufsc.labsec.validationDataServices.services with parameters of type CertificateCollectionCacheModifier and TypeMethodDescriptionstatic CertPathCertPathBuilder.constructCertPath(Certificate certificate, Set<TrustAnchor> trustAnchors, CertificateCollectionCache cache, List<CertificateCollection> collections, Map<URL, List<X509Certificate>> aiaCache) Cria o caminho de certificação sem o uso de armazenamentostatic CertStoreCertStoreService.createCertStoreVariable(X509Certificate x509Certificate, Set<TrustAnchor> trustAnchors, CertificateCollectionCache cache, List<CertificateCollection> collections, Map<URL, List<X509Certificate>> aiaCache) Cria o conjunto de certificados na cadeia de certificação e LCRs do certificado dadostatic Optional<Certificate> CertStoreService.getCRLIssuer(Object certificate, SignatureObject signature, Set<TrustAnchor> trustAnchors, CRLRevocationCache revocationCache, List<CRLRevocationInformation> revocationInformations, CertificateCollection collection, List<CertificateCollection> collections, CertificateCollectionCache cache, Map<URL, List<X509Certificate>> aiaCache) static Optional<Certificate> CertStoreService.getCRLIssuerCertificate(org.bouncycastle.cert.X509AttributeCertificateHolder certificate, X509CRL crl, Certificate issuer, Set<TrustAnchor> trustAnchor, List<CertificateCollection> certificateCollections, CertificateCollectionCache certificateCache, Map<URL, List<X509Certificate>> aiaCache, SignatureObject... signatureObjects) static Optional<Certificate> CertStoreService.getIssuerCertificate(SignatureObject signatureObject, Object certificate, List<CertificateCollection> collections, CertificateCollectionCache cache, Map<URL, List<X509Certificate>> aiaCache, Set<TrustAnchor> trustAnchors)