Package org.globus.gsi.stores
Class Stores.ReloadableTrustStore
java.lang.Object
org.globus.gsi.stores.Stores.ReloadableTrustStore
- Enclosing class:
- Stores
-
Field Details
-
casLocationPattern
-
keyStore
-
lastUpdateTime
private long lastUpdateTime
-
-
Constructor Details
-
ReloadableTrustStore
protected ReloadableTrustStore(String casLocationPattern) throws KeyStoreException, NoSuchProviderException, NoSuchAlgorithmException, CertificateException, IOException
-
-
Method Details
-
reload
-
isStillValid
protected boolean isStillValid() -
getTrustStore
protected KeyStore getTrustStore() throws NoSuchAlgorithmException, CertificateException, IOException
-