Package org.globus.gsi.stores
Class Stores.ReloadableCaCertStore
- java.lang.Object
-
- org.globus.gsi.stores.Stores.ReloadableCaCertStore
-
- Enclosing class:
- Stores
private static class Stores.ReloadableCaCertStore extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
casLocationPattern
private java.security.cert.CertStore
certStore
private long
lastUpdateTime
-
Constructor Summary
Constructors Modifier Constructor Description protected
ReloadableCaCertStore(java.lang.String casLocationPattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.security.cert.CertStore
getCaCertStore()
protected boolean
isStillValid()
private void
load()
-
-
-
Constructor Detail
-
ReloadableCaCertStore
protected ReloadableCaCertStore(java.lang.String casLocationPattern) throws java.security.InvalidAlgorithmParameterException, java.security.NoSuchAlgorithmException
- Throws:
java.security.InvalidAlgorithmParameterException
java.security.NoSuchAlgorithmException
-
-
Method Detail
-
load
private void load() throws java.security.InvalidAlgorithmParameterException, java.security.NoSuchAlgorithmException
- Throws:
java.security.InvalidAlgorithmParameterException
java.security.NoSuchAlgorithmException
-
isStillValid
protected boolean isStillValid()
-
getCaCertStore
protected java.security.cert.CertStore getCaCertStore() throws java.security.InvalidAlgorithmParameterException, java.security.NoSuchAlgorithmException
- Throws:
java.security.InvalidAlgorithmParameterException
java.security.NoSuchAlgorithmException
-
-