Methods in org.jboss.remoting.security that throw SSLSocketBuilder.NullStoreURLException |
protected javax.net.ssl.KeyManager[] |
SSLSocketBuilder.loadKeyManagers()
Loads the key managers based on this object's truststore. |
protected java.security.KeyStore |
SSLSocketBuilder.loadKeyStore(java.lang.String storeType,
java.net.URL storePathURL,
java.lang.String storePassword)
Loads a key store file and returns it. |
protected javax.net.ssl.TrustManager[] |
SSLSocketBuilder.loadTrustManagers(boolean isClientMode)
Loads the trust managers based on this object's truststore. |