Uses of Interface
org.apache.synapse.transport.certificatevalidation.cache.ManageableCache
Packages that use ManageableCache
Package
Description
-
Uses of ManageableCache in org.apache.synapse.transport.certificatevalidation.cache
Classes in org.apache.synapse.transport.certificatevalidation.cache that implement ManageableCacheModifier and TypeClassDescriptionclassThis is a cache to store a certificate against a unique string (can be a serial number).Constructors in org.apache.synapse.transport.certificatevalidation.cache with parameters of type ManageableCacheModifierConstructorDescriptionCacheController(ManageableCache cache, CacheManager cacheManager) CacheManager(ManageableCache cache, int cacheMaxSize, int delay) A new cacheManager will be started on the given ManageableCache object. -
Uses of ManageableCache in org.apache.synapse.transport.certificatevalidation.crl
Classes in org.apache.synapse.transport.certificatevalidation.crl that implement ManageableCacheModifier and TypeClassDescriptionclassSince a CRL maps to a CRL URL, the CRLCache should have x509CRL entries against CRL URLs. -
Uses of ManageableCache in org.apache.synapse.transport.certificatevalidation.ocsp
Classes in org.apache.synapse.transport.certificatevalidation.ocsp that implement ManageableCacheModifier and TypeClassDescriptionclassThis is a cache to store OSCP responses against Certificate Serial Number since an OCSP response depends on the certificate.