Uses of Class
iaik.security.ssl.SessionManager

Packages that use SessionManager
iaik.security.ssl   
 

Uses of SessionManager in iaik.security.ssl
 

Subclasses of SessionManager in iaik.security.ssl
 class DefaultSessionManager
          This class implements a simple Default SessionManager.
 

Methods in iaik.security.ssl that return SessionManager
 SessionManager SSLContext.getSessionManager()
          Returns the session manager defined by this SSLContext.
static SessionManager SessionManager.getDefault()
          Get the current session manager.
 

Methods in iaik.security.ssl with parameters of type SessionManager
 void SSLContext.setSessionManager(SessionManager sessionManager)
          Sets the session manager defined by this SSLContext.
static void SessionManager.setDefault(SessionManager manager)
          Set the session manager.