Uses of Interface
org.jsslutils.sslcontext.X509TrustManagerWrapper

Packages that use X509TrustManagerWrapper
org.jsslutils.extra.gsi   
org.jsslutils.sslcontext   
org.jsslutils.sslcontext.trustmanagers   
 

Uses of X509TrustManagerWrapper in org.jsslutils.extra.gsi
 

Classes in org.jsslutils.extra.gsi that implement X509TrustManagerWrapper
static class GsiWrappingTrustManager.Wrapper
          Wrapper factory class that wraps existing X509TrustManagers into GsiWrappingTrustManagers.
 

Uses of X509TrustManagerWrapper in org.jsslutils.sslcontext
 

Methods in org.jsslutils.sslcontext with parameters of type X509TrustManagerWrapper
 void X509SSLContextFactory.setTrustManagerWrapper(X509TrustManagerWrapper trustManagerWrapper)
          Sets the trust manager wrapper.
 

Uses of X509TrustManagerWrapper in org.jsslutils.sslcontext.trustmanagers
 

Classes in org.jsslutils.sslcontext.trustmanagers that implement X509TrustManagerWrapper
static class TrustAllClientsWrappingTrustManager.Wrapper
          Wrapper factory class that wraps existing X509TrustManagers into X509TrustManagers that trust any clients.
static class TrustAllServersWrappingTrustManager.Wrapper
          Wrapper factory class that wraps existing X509TrustManagers into X509TrustManagers that trust any clients.
 



Copyright © 2012. All Rights Reserved.