Uses of Class
br.ufsc.labsec.utils.cache.Cache
-
Uses of Cache in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy
Subclasses of Cache in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy Modifier and Type Class Description classSignaturePolicyCacheEsta classe é responsável por armazenar as políticas de assinatura em cache -
Uses of Cache in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.lpa
Subclasses of Cache in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.lpa Modifier and Type Class Description classLpaCacheEsta classe é responsável por armazenar e recuperar LPAs da cache -
Uses of Cache in br.ufsc.labsec.signature.repository.PKCS12IdentityService
Subclasses of Cache in br.ufsc.labsec.signature.repository.PKCS12IdentityService Modifier and Type Class Description classCRLCacheManagementclassOCSPCacheManagementA classe OCSPCacheManagement é responsável por cuidar do cachê das respostas OCSP.classRevocationCache<Data> -
Uses of Cache in br.ufsc.labsec.utils.cache
Subclasses of Cache in br.ufsc.labsec.utils.cache Modifier and Type Class Description classDetachedCache<Data extends DetachedCacheable<Sig>,Sig extends Signature<?>>Esta classe é responsável por armazenar assinaturas destacadas em cacheMethods in br.ufsc.labsec.utils.cache that return Cache Modifier and Type Method Description <T extends Cacheable>
Cache<T>CacheComponent. getCacheFor(Class<T> clazz)Methods in br.ufsc.labsec.utils.cache that return types with arguments of type Cache Modifier and Type Method Description static HashMap<String,Supplier<Cache<?>>>CacheScheduler. castToCacheMap(Object object)Method parameters in br.ufsc.labsec.utils.cache with type arguments of type Cache Modifier and Type Method Description static CacheSchedulerCacheScheduler. buildAndStart(Map<String,Supplier<Cache<?>>> caches)voidCacheScheduler. registerCache(String identifier, Supplier<Cache<?>> cache)Registra uma cache no job para ser limpa