Uses of Class
org.globus.gsi.jsse.GlobusSSLConfigurationException
-
Packages that use GlobusSSLConfigurationException Package Description org.globus.gsi.jsse -
-
Uses of GlobusSSLConfigurationException in org.globus.gsi.jsse
Methods in org.globus.gsi.jsse that throw GlobusSSLConfigurationException 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.
-