Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
weblogic.security.SSL.TrustManager

Packages that use TrustManager
weblogic.jndi   
weblogic.net.http   
weblogic.security.SSL   

 

Uses of TrustManager in weblogic.jndi

 

Methods in weblogic.jndi that return TrustManager
 TrustManager Environment.getSSLClientTrustManager()
          Returns the custom trust manager on the current thread used for SSL certificate chain validation.

 

Methods in weblogic.jndi with parameters of type TrustManager
 void Environment.setSSLClientTrustManager(TrustManager trustManager)
          Customizes the trust manager on the current thread used for SSL certificate chain validation.

 

Uses of TrustManager in weblogic.net.http

 

Methods in weblogic.net.http that return TrustManager
 TrustManager HttpsURLConnection.getTrustManager()
          Gets the TrustManager.

 

Methods in weblogic.net.http with parameters of type TrustManager
 void HttpsURLConnection.setTrustManager(TrustManager tm)
          Sets the TrustManager.

 

Uses of TrustManager in weblogic.security.SSL

 

Classes in weblogic.security.SSL that implement TrustManager
 class CertPathTrustManager
          A CertPathTrustManager that makes use of the configured CertPathValidation providers to perform extra validation; for example, revocation checking.

 

Methods in weblogic.security.SSL with parameters of type TrustManager
 void SSLContext.setTrustManager(TrustManager tm)
          Sets the TrustManager for this instance of this class.

 


Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09