Package iaik.security.ssl

Interface Summary
ClientTrustDecider Deprecated. see SSLContext JavaDoc and separate document for the new authentication framework
ServerTrustDecider Deprecated. see SSLContext JavaDoc and separate document for the new authentication framework
SSLCommunication SSLCommunication is an interface that defines all SSL relevant public methods.
TrustDecider Deprecated. see SSLContext JavaDoc and separate document for the new authentication framework
 

Class Summary
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.
DefaultSessionManager This class implements a simple Default SessionManager.
IaikProvider This class implements the SecurityProvider interface for the provider IAIK.
KeyAndCert This class stores a key and the corresponding certificate chain.
NullCompression This class implements the default NULL compression method specified in SSL version 3.0 (identity operation).
SecurityProvider This interface centralizes all security provider dependend code.
Session A Session holds all information which is needed to resume an old session.
SessionID This class implements a session identifier.
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.
SSLContext This class and its subclasses are used to define a SSL/TLS security policy for an SSLTransport.
SSLOutputStream This is the OutputStream which is returned by SSLTransport.getOutputStream.
SSLServerContext This class extends the SSLContext to add client related information to an SSL/TLS policy.
SSLServerSocket This class implements SSL server sockets.
SSLSocket This class implements the SSL/TLS transport over Java sockets.
SSLSocketTransport Transport implementation for SSL over an ordinary socket.
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.
Utils Some basic utility methods.
 

Exception Summary
SSLException Signals that an SSL exception of some sort has occurred.