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