Uses of Class
org.globus.gsi.stores.ResourceSecurityWrapperStore
-
Packages that use ResourceSecurityWrapperStore Package Description 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 Modifier and Type Class Description classResourceCACertStoreCreated by IntelliJ IDEA.classResourceCRLStoreFill MeclassResourceProxyCredentialStoreCreated by IntelliJ IDEA.Methods in org.globus.gsi.stores with parameters of type ResourceSecurityWrapperStore Modifier and Type Method Description voidPEMKeyStore. setCACertStore(ResourceSecurityWrapperStore<ResourceTrustAnchor,java.security.cert.TrustAnchor> caCertStore)voidPEMKeyStore. setProxyDelegate(ResourceSecurityWrapperStore<ResourceProxyCredential,X509Credential> proxyDelegate)
-