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 KeyStoreGlobusSSLHelper.buildTrustStore(String provider, String trustAnchorStoreType, String trustAnchorStoreLocation, String trustAnchorStorePassword) Create a trust store using the supplied details.private voidSSLConfigurator.configureContext()SSLConfigurator.createFactory()Create an SSLSocketFactory based on the configured stores.SSLConfigurator.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.private ManagerFactoryParametersSSLConfigurator.getCertPathParameters()SSLConfigurator.getSSLContext()Create an SSLContext based on the configured stores.private KeyManager[]SSLConfigurator.loadKeyManagers()private SecureRandomSSLConfigurator.loadSecureRandom()private SSLContextSSLConfigurator.loadSSLContext()