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 class
SignaturePolicyCache
Esta 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 class
LpaCache
Esta 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 class
CRLCacheManagement
class
OCSPCacheManagement
A classe OCSPCacheManagement é responsável por cuidar do cachê das respostas OCSP.class
RevocationCache<Data>
-
Uses of Cache in br.ufsc.labsec.utils.cache
Subclasses of Cache in br.ufsc.labsec.utils.cache Modifier and Type Class Description class
DetachedCache<Data extends DetachedCacheable,Sig extends SignatureContainer<?>>
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 void
CacheScheduler. registerCache(String identifier, Supplier<Cache<?>> cache)