Package | Description |
---|---|
org.globus.gsi.jsse |
Modifier and Type | Method | Description |
---|---|---|
static KeyStore |
GlobusSSLHelper.buildTrustStore(String provider,
String trustAnchorStoreType,
String trustAnchorStoreLocation,
String trustAnchorStorePassword) |
Create a trust store using the supplied details.
|
SSLSocketFactory |
SSLConfigurator.createFactory() |
Create an SSLSocketFactory based on the configured stores.
|
SSLServerSocketFactory |
SSLConfigurator.createServerFactory() |
Create an SSLServerSocketFactory based on the configured stores.
|
static KeyStore |
GlobusSSLHelper.findCredentialStore(String provider,
String credentialStoreType,
String credentialStoreLocation,
String credentialStorePassword) |
Create a configured CredentialStore using the supplied parameters.
|
static CertStore |
GlobusSSLHelper.findCRLStore(String crlPattern) |
Create a store of Certificate Revocation Lists.
|
SSLContext |
SSLConfigurator.getSSLContext() |
Create an SSLContext based on the configured stores.
|
Copyright © 2018. All rights reserved.