Uses of Interface
org.glite.security.voms.ac.ACTrustStore

Packages that use ACTrustStore
org.glite.security.voms   
org.glite.security.voms.ac   
 

Uses of ACTrustStore in org.glite.security.voms
 

Classes in org.glite.security.voms that implement ACTrustStore
 class BasicVOMSTrustStore
          Implementation of a AC trust store for use with VOMS.
 

Methods in org.glite.security.voms with parameters of type ACTrustStore
static void VOMSValidator.setTrustStore(ACTrustStore trustStore)
          Sets the ACTrustStore instance to use with the default ACValidator.
 

Uses of ACTrustStore in org.glite.security.voms.ac
 

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

Constructors in org.glite.security.voms.ac with parameters of type ACTrustStore
ACValidator(ACTrustStore trustStore)