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
          Deprecated. This class is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead. Implementation of a AC trust store for use with VOMS. The store keeps an in-memory cache of issuer certificates, which can be refreshed periodically.
 

Methods in org.glite.security.voms with parameters of type ACTrustStore
static void VOMSValidator.setTrustStore(ACTrustStore trustStore)
          Deprecated. 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)
          Deprecated.  
 

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