Uses of Package
iaik.security.ssl

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

Classes in iaik.security.ssl used by com.entrust.toolkit.ssl
ChainVerifier
          A ChainVerifier object keeps track of trusted certificates and verifies certificate chains.
SSLTransport
          This class implements a secure transport using the SSL/TLS protocol suite.
 

Classes in iaik.security.ssl used by iaik.protocol.https
SSLContext
          This class and its subclasses are used to define a SSL/TLS security policy for an SSLTransport.
SSLSocket
          This class implements the SSL/TLS transport over Java sockets.
 

Classes in iaik.security.ssl used by iaik.security.ssl
ChainVerifier
          A ChainVerifier object keeps track of trusted certificates and verifies certificate chains.
CipherSuite
          A CipherSuite defines a cipher specification supported in SSL and TLS.
CipherSuiteList
          This class implements a list of cipher suites to select the enabled cipher suites etc.
CompressionMethod
          Defines the compression methods supported in SSL Version 3.0.
KeyAndCert
          This class stores a key and the corresponding certificate chain.
SecurityProvider
          This interface centralizes all security provider dependend code.
Session
          A Session holds all information which is needed to resume an old session.
SessionManager
          An abstract parent class of all SessionManagers.
SSLCertificate
          Deprecated. this class should no longer be used by applications.
SSLClientContext
          This class extends the SSLContext to add client related information to an SSL/TLS policy.
SSLCommunication
          SSLCommunication is an interface that defines all SSL relevant public methods.
SSLContext
          This class and its subclasses are used to define a SSL/TLS security policy for an SSLTransport.
SSLServerContext
          This class extends the SSLContext to add client related information to an SSL/TLS policy.
SSLSocket
          This class implements the SSL/TLS transport over Java sockets.
SSLTransport
          This class implements a secure transport using the SSL/TLS protocol suite.
SSLTransportSpi
          This class defines an interface that allows you to implement SSL over you own transport.
TrustDecider
          Deprecated. see SSLContext JavaDoc and separate document for the new authentication framework