Package | Description |
---|---|
org.glite.voms | |
org.glite.voms.ac |
Modifier and Type | Class and Description |
---|---|
class |
PKIStore
PKIStore is the class serving to store all the components of a common PKI
installation, i.e.: CA certificates, CRLs, Signing policy files...
|
Modifier and Type | Field and Description |
---|---|
protected static VOMSTrustStore |
VOMSValidator.vomsStore |
Modifier and Type | Method and Description |
---|---|
static void |
VOMSValidator.setTrustStore(VOMSTrustStore trustStore)
Deprecated.
|
void |
PKIVerifier.setVOMSStore(VOMSTrustStore store)
Sets a new VOMSStore.
|
Constructor and Description |
---|
PKIVerifier(VOMSTrustStore vomsStore)
Initializes the verifier.
|
PKIVerifier(VOMSTrustStore vomsStore,
PKIStore caStore)
Initializes the verifier.
|
Modifier and Type | Field and Description |
---|---|
protected VOMSTrustStore |
ACValidator.myVOMSStore |
Modifier and Type | Method and Description |
---|---|
static ACValidator |
ACValidator.getInstance(VOMSTrustStore trustStore) |
Constructor and Description |
---|
ACValidator(VOMSTrustStore theStore) |