Uses of Class
org.glite.voms.PKIStore

Packages that use PKIStore
org.glite.voms   
 

Uses of PKIStore in org.glite.voms
 

Methods in org.glite.voms that return PKIStore
 PKIStore PKIStoreCache.addCAStore(java.lang.String dir, PKIStore s)
           
 PKIStore PKIStoreCache.addVOMSStore(java.lang.String dir, PKIStore s)
           
 PKIStore PKIStoreCache.getCAStore(java.lang.String dir)
           
static PKIStore PKIStoreFactory.getStore()
           
static PKIStore PKIStoreFactory.getStore(int type)
           
static PKIStore PKIStoreFactory.getStore(java.lang.String dir, int type)
           
static PKIStore PKIStoreFactory.getStore(java.lang.String dir, int type, boolean aggressive)
           
static PKIStore PKIStoreFactory.getStore(java.lang.String dir, int type, boolean aggressive, boolean timer)
           
 PKIStore PKIStoreCache.getVOMSStore(java.lang.String dir)
           
 

Methods in org.glite.voms with parameters of type PKIStore
 PKIStore PKIStoreCache.addCAStore(java.lang.String dir, PKIStore s)
           
 PKIStore PKIStoreCache.addVOMSStore(java.lang.String dir, PKIStore s)
           
 void PKIVerifier.setCAStore(PKIStore store)
          Sets a new CAStore.
 

Constructors in org.glite.voms with parameters of type PKIStore
PKIVerifier(VOMSTrustStore vomsStore, PKIStore caStore)
          Initializes the verifier.
VOMSTrustManager(PKIStore castore)