Package | Description |
---|---|
org.globus.gsi.stores |
This package provides classes for accessing security material from generic "stores" (which can be defined via a
url).
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceCACertStore
Created by IntelliJ IDEA.
|
class |
ResourceCRLStore
Fill Me
|
class |
ResourceProxyCredentialStore
Created by IntelliJ IDEA.
|
Modifier and Type | Field and Description |
---|---|
private ResourceSecurityWrapperStore<ResourceTrustAnchor,java.security.cert.TrustAnchor> |
PEMKeyStore.caDelegate |
private ResourceSecurityWrapperStore<ResourceProxyCredential,X509Credential> |
PEMKeyStore.proxyDelegate |
Modifier and Type | Method and Description |
---|---|
void |
PEMKeyStore.setCACertStore(ResourceSecurityWrapperStore<ResourceTrustAnchor,java.security.cert.TrustAnchor> caCertStore) |
void |
PEMKeyStore.setProxyDelegate(ResourceSecurityWrapperStore<ResourceProxyCredential,X509Credential> proxyDelegate) |