Uses of Interface
org.glite.voms.ac.VOMSTrustStore

Packages that use VOMSTrustStore
org.glite.voms   
org.glite.voms.ac   
 

Uses of VOMSTrustStore in org.glite.voms
 

Classes in org.glite.voms that implement VOMSTrustStore
 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...
 

Fields in org.glite.voms declared as VOMSTrustStore
protected static VOMSTrustStore VOMSValidator.vomsStore
           
 

Methods in org.glite.voms with parameters of type VOMSTrustStore
static void VOMSValidator.setTrustStore(VOMSTrustStore trustStore)
          Sets the trustStore to use with the default ACValidator.
 void PKIVerifier.setVOMSStore(VOMSTrustStore store)
          Sets a new VOMSStore.
 

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

Uses of VOMSTrustStore in org.glite.voms.ac
 

Fields in org.glite.voms.ac declared as VOMSTrustStore
protected  VOMSTrustStore ACValidator.myVOMSStore
           
 

Methods in org.glite.voms.ac with parameters of type VOMSTrustStore
static ACValidator ACValidator.getInstance(VOMSTrustStore trustStore)
           
 

Constructors in org.glite.voms.ac with parameters of type VOMSTrustStore
ACValidator(VOMSTrustStore theStore)
           
 



Copyright © 2012. All Rights Reserved.