|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheableCertStore
A certificate store that implement a coherent cache for improved certificate lookup performance. Cache tuning is set through the
CertStoreCachePolicy. A cache can be optionally backed by another certificate store for bootstrapping and in some cases offline
lookups.
| Method Summary | |
|---|---|
void |
flush(boolean purgeBootStrap)
Purges all contents of the cache. |
void |
loadBootStrap()
Initializes the cache from the previsouly set bootstrap store. |
void |
loadBootStrap(CertificateStore bootstrapStore)
Initializes the cache from the bootstrap store. |
void |
setBootStrap(CertificateStore bootstrapStore)
Sets the certificate store that the cache will bootstrap from when initialized. |
void |
setCachePolicy(CertStoreCachePolicy policy)
Sets the cache policy of the store. |
| Method Detail |
|---|
void flush(boolean purgeBootStrap)
purgeBootStrap - Indicates if the bootstrap store should be purged.void setBootStrap(CertificateStore bootstrapStore)
bootstrapStore - the certificate store that the cache will bootstrap from when initialized.void loadBootStrap()
void loadBootStrap(CertificateStore bootstrapStore)
bootstrapStore - The store to initialize the cache from.void setCachePolicy(CertStoreCachePolicy policy)
policy - The caching policy parameters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||