Uses of Interface
br.ufsc.labsec.commons.Cacheable
Packages that use Cacheable
Package
Description
-
Uses of Cacheable in br.ufsc.labsec.commons
Classes in br.ufsc.labsec.commons that implement Cacheable -
Uses of Cacheable in br.ufsc.labsec.commons.utils.aia
Classes in br.ufsc.labsec.commons.utils.aia that implement Cacheable -
Uses of Cacheable in br.ufsc.labsec.commons.utils.cache
Classes in br.ufsc.labsec.commons.utils.cache with type parameters of type CacheableModifier and TypeClassDescriptionclassEsta classe é responsável por administrar objetos em cache, armazenando-os em disco e em memória, e permitindo a sua recuperação através da implementação do metodoCache.decodeEntry(byte[]).classCacheEntry<Data extends Cacheable>Esta classe representa um item na cache, que pode ser armazenado em disco ou em memória.static final classCacheEntry.FilesInDisk<Data extends Cacheable>classCacheFileSource<Data extends Cacheable>interfaceCacheSource<Data extends Cacheable>static interfaceCacheSource.CacheDecoder<Data extends Cacheable>static interfaceCacheSource.CacheEncoder<Data extends Cacheable>Classes in br.ufsc.labsec.commons.utils.cache that implement CacheableModifier and TypeClassDescriptionclassKVCacheable<V>Key-Value Cacheable, uma implementação genérica de Cacheablestatic classstatic classKVCacheable.EncodableCacheable<V extends org.bouncycastle.util.Encodable>static classMethods in br.ufsc.labsec.commons.utils.cache with parameters of type Cacheable -
Uses of Cacheable in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy
Classes in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy that implement Cacheable -
Uses of Cacheable in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder
Subinterfaces of Cacheable in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoderModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder that implement CacheableModifier and TypeClassDescriptionclassSignaturePolicy ::= SEQUENCE { signPolicyHashAlg AlgorithmIdentifier, signPolicyInfo SignPolicyInfo, signPolicyHash SignPolicyHash OPTIONAL }final recordclassclassEste atributo é o atributo raiz da Política de Assinatura.classinvalid input: '<'xsd:element name="SignaturePolicy" type="SignaturePolicyType"/> invalid input: '<'xsd:complexType name="SignaturePolicyType"> invalid input: '<'xsd:sequence> invalid input: '<'xsd:element name="SignPolicyDigestAlg" type="ds:DigestMethodType"/> invalid input: '<'xsd:element ref="ds:Transforms" minOccurs="0"/> invalid input: '<'xsd:element name="SignPolicyInfo" type="SignaturePolicyInfoType"/> invalid input: '<'xsd:element name="SignPolicyDigest" type="ds:DigestValueType" minOccurs="0"/> invalid input: '<'/xsd:sequence> invalid input: '<'/xsd:complexType> -
Uses of Cacheable in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.CAdESProfiles
Classes in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.CAdESProfiles that implement CacheableModifier and TypeClassDescriptionclassclassclassclass -
Uses of Cacheable in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.JAdESProfiles
Classes in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.JAdESProfiles that implement CacheableModifier and TypeClassDescriptionclassclassclassclass -
Uses of Cacheable in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.PAdESProfiles
Classes in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.PAdESProfiles that implement CacheableModifier and TypeClassDescriptionclassclassclassclass -
Uses of Cacheable in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.XAdESProfiles
Classes in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.XAdESProfiles that implement CacheableModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of Cacheable in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.lpa
Classes in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.lpa that implement Cacheable -
Uses of Cacheable in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.lpa.decoder
Classes in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.lpa.decoder that implement Cacheable -
Uses of Cacheable in br.ufsc.labsec.signature.redis
Classes in br.ufsc.labsec.signature.redis with type parameters of type CacheableModifier and TypeClassDescriptionclassCacheRedisSource<Data extends Cacheable>Fonte de cache em dois níveis: memória local (rápida) e Redis (distribuída com TTL).classRedisCacheEntry<Data extends Cacheable>Implementação de CacheEntry para dados vindos e geridos no Redis. -
Uses of Cacheable in br.ufsc.labsec.signature.repository.PKCS12IdentityService
Classes in br.ufsc.labsec.signature.repository.PKCS12IdentityService that implement CacheableModifier and TypeClassDescriptionprotected static class -
Uses of Cacheable in br.ufsc.labsec.utils.cache
Methods in br.ufsc.labsec.utils.cache with type parameters of type Cacheable