Package | Description |
---|---|
org.glite.voms |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
PKIVerifier(VOMSTrustStore vomsStore,
PKIStore caStore)
Initializes the verifier.
|
VOMSTrustManager(PKIStore castore) |