Uses of Class
org.globus.gsi.stores.ResourceSecurityWrapperStore

Packages that use ResourceSecurityWrapperStore
org.globus.gsi.stores This package provides classes for accessing security material from generic "stores" (which can be defined via a url). 
 

Uses of ResourceSecurityWrapperStore in org.globus.gsi.stores
 

Subclasses of ResourceSecurityWrapperStore in org.globus.gsi.stores
 class ResourceCACertStore
          Created by IntelliJ IDEA.
 class ResourceCRLStore
          Fill Me
 class ResourceProxyCredentialStore
          Created by IntelliJ IDEA.
 

Methods in org.globus.gsi.stores with parameters of type ResourceSecurityWrapperStore
 void PEMKeyStore.setCACertStore(ResourceSecurityWrapperStore<ResourceTrustAnchor,java.security.cert.TrustAnchor> caCertStore)
           
 void PEMKeyStore.setProxyDelegate(ResourceSecurityWrapperStore<ResourceProxyCredential,X509Credential> proxyDelegate)