Uses of Class
org.globus.gsi.jsse.GlobusSSLConfigurationException
Packages that use GlobusSSLConfigurationException
-
Uses of GlobusSSLConfigurationException in org.globus.gsi.jsse
Methods in org.globus.gsi.jsse that throw GlobusSSLConfigurationExceptionModifier and TypeMethodDescriptionstatic KeyStore
GlobusSSLHelper.buildTrustStore
(String provider, String trustAnchorStoreType, String trustAnchorStoreLocation, String trustAnchorStorePassword) Create a trust store using the supplied details.SSLConfigurator.createFactory()
Create an SSLSocketFactory based on the configured stores.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.SSLConfigurator.getSSLContext()
Create an SSLContext based on the configured stores.