public interface CacheableCertStore
CertStoreCachePolicy. A cache can be optionally backed by another certificate store for bootstrapping and in some cases offline
lookups.| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2010-2016 NHIN Direct. All Rights Reserved.