| Package | Description | 
|---|---|
| weblogic.jndi | 
 WebLogic Server JNDI Contexts and factories, and the WebLogic
Environment extension. 
 | 
| weblogic.net.http | 
 Provides an interface and classes for http/https connections. 
 | 
| weblogic.security.SSL | 
 Deprecated 7.0.0.0. Contains WebLogic SSL classes and interfaces for use 
in both client and server applications. 
 | 
| weblogic.security.utils | 
 This package includes Hostname Verifier implementations you can use to verify hostnames during SSL handshakes. 
 | 
| weblogic.wsee.connection.transport.https | 
| Modifier and Type | Method | Description | 
|---|---|---|
TrustManager | 
Environment.getSSLClientTrustManager() | 
 Returns the custom trust manager on the current thread used for
 SSL certificate chain validation. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
Environment.setSSLClientTrustManager(TrustManager trustManager) | 
 Customizes the trust manager on the current thread used for SSL
 certificate chain validation. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
TrustManager | 
HttpsURLConnection.getTrustManager() | 
 Gets the TrustManager. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
HttpsURLConnection.setTrustManager(TrustManager tm) | 
 Sets the TrustManager. 
 | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
CertPathTrustManager | 
 A CertPathTrustManager that makes use of the configured
 CertPathValidation providers to perform extra validation; for
 example, revocation checking. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
SSLContext.setTrustManager(TrustManager tm) | 
 Sets the TrustManager for this instance of this class. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
WlsSSLAdapter.setTrustManager(TrustManager tm) | 
 Deprecated. 
  |