Uses of Interface
br.ufsc.labsec.commons.utils.aia.AIACache
Packages that use AIACache
Package
Description
-
Uses of AIACache in br.ufsc.labsec.commons.utils.aia
Classes in br.ufsc.labsec.commons.utils.aia that implement AIACache -
Uses of AIACache in br.ufsc.labsec.signature.conformanceVerifier.validationService
Fields in br.ufsc.labsec.signature.conformanceVerifier.validationService declared as AIACacheMethods in br.ufsc.labsec.signature.conformanceVerifier.validationService that return AIACache -
Uses of AIACache in br.ufsc.labsec.signature.repository.PKCS12IdentityService
Methods in br.ufsc.labsec.signature.repository.PKCS12IdentityService that return AIACache -
Uses of AIACache in br.ufsc.labsec.validationDataServices.interfaces
Methods in br.ufsc.labsec.validationDataServices.interfaces that return AIACache -
Uses of AIACache in br.ufsc.labsec.validationDataServices.services
Methods in br.ufsc.labsec.validationDataServices.services with parameters of type AIACacheModifier and TypeMethodDescriptionstatic CertPathCertPathBuilder.constructCertPath(Certificate certificate, Set<TrustAnchor> trustAnchors, CertificateCollectionCache cache, List<CertificateCollection> collections, AIACache aiaCache) Cria o caminho de certificação sem o uso de armazenamentostatic CertStoreCertStoreService.createCertStoreVariable(X509Certificate x509Certificate, Set<TrustAnchor> trustAnchors, CertificateCollectionCache cache, List<CertificateCollection> collections, AIACache 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, AIACache aiaCache) static Optional<Certificate> CertStoreService.getCRLIssuerCertificate(org.bouncycastle.cert.X509AttributeCertificateHolder certificate, X509CRL crl, Certificate issuer, Set<TrustAnchor> trustAnchor, List<CertificateCollection> certificateCollections, CertificateCollectionCache certificateCache, AIACache aiaCache, SignatureObject... signatureObjects) static Optional<Certificate> CertStoreService.getIssuerCertificate(SignatureObject signatureObject, Object certificate, List<CertificateCollection> collections, CertificateCollectionCache cache, AIACache aiaCache, Set<TrustAnchor> trustAnchors)