Uses of Class
iaik.security.ssl.SSLTransport

Packages that use SSLTransport
com.entrust.toolkit.ssl Contains the EntrstChainVerifier class. 
iaik.security.ssl   
 

Uses of SSLTransport in com.entrust.toolkit.ssl
 

Methods in com.entrust.toolkit.ssl with parameters of type SSLTransport
 boolean EntrustChainVerifier.verifyChain(X509Certificate[] certs, SSLTransport transport)
           
 

Uses of SSLTransport in iaik.security.ssl
 

Methods in iaik.security.ssl that return SSLTransport
 SSLTransport SSLSocket.getTransport()
          Get the SSLTransport this socket is talking over.
 

Methods in iaik.security.ssl with parameters of type SSLTransport
 boolean ChainVerifier.verifyChain(X509Certificate[] certs, SSLTransport transport)
          Verify a certificate chain.
protected abstract  void SessionManager.cacheSession(SSLTransport transport, Session session)
          Add this session to the session cache.
protected abstract  Session SessionManager.getSession(SSLTransport transport, java.lang.Object sessionID)
          Get a session from the session cache.
protected  void DefaultSessionManager.cacheSession(SSLTransport transport, Session session)
          Put a session into the session cache.
protected  Session DefaultSessionManager.getSession(SSLTransport transport, java.lang.Object sessionID)
          Returns a session from the cache.