Package | Description |
---|---|
org.apache.synapse.transport.utils.sslcert.cache | |
org.apache.synapse.transport.utils.sslcert.crl | |
org.apache.synapse.transport.utils.sslcert.ocsp |
Constructor and Description |
---|
CacheController(ManageableCache cache,
CacheManager cacheManager) |
CacheManager(ManageableCache cache,
int cacheMaxSize,
int duration)
A new cacheManager will be started on the given ManageableCache object.
|
Modifier and Type | Class and Description |
---|---|
class |
CRLCache
Since a CRL maps to a CRL URL, the CRLCache should have x509CRL entries against CRL URLs.
|
Modifier and Type | Class and Description |
---|---|
class |
OCSPCache
This is a cache to store OCSP responses against Certificate Serial Number since an OCSP
response depends on the certificate.
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.