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 KeyStoreGlobusSSLHelper. buildTrustStore(String provider, String trustAnchorStoreType, String trustAnchorStoreLocation, String trustAnchorStorePassword)Create a trust store using the supplied details.SSLSocketFactorySSLConfigurator. createFactory()Create an SSLSocketFactory based on the configured stores.SSLServerSocketFactorySSLConfigurator. createServerFactory()Create an SSLServerSocketFactory based on the configured stores.static KeyStoreGlobusSSLHelper. findCredentialStore(String provider, String credentialStoreType, String credentialStoreLocation, String credentialStorePassword)Create a configured CredentialStore using the supplied parameters.static CertStoreGlobusSSLHelper. findCRLStore(String crlPattern)Create a store of Certificate Revocation Lists.SSLContextSSLConfigurator. getSSLContext()Create an SSLContext based on the configured stores.
-