Package | Description |
---|---|
org.jboss.ws.core.client.ssl |
Modifier and Type | Method and Description |
---|---|
protected KeyManager[] |
SSLContextFactory.loadKeyManagers()
Loads the key managers based on this object's truststore.
|
protected KeyStore |
SSLContextFactory.loadKeyStore(String storeType,
URL storePathURL,
String storePassword)
Loads a key store file and returns it.
|
protected TrustManager[] |
SSLContextFactory.loadTrustManagers(boolean isClientMode)
Loads the trust managers based on this object's truststore.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.