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