| Class | Description |
|---|---|
| LoadProviders | |
| SSLContext |
SSLContext holds all state relevant to more than one SSL Session/
Connection.
|
| SSLDebug |
This class is intended for use in debugging PureTLS.
|
| SSLDHPrivateKey | |
| SSLServerSocket | |
| SSLSocket |
| Exception | Description |
|---|---|
| SSLAlertException |
Represents an Alert.
|
| SSLCaughtAlertException |
An alert that was sent by the other side
|
| SSLException |
A simple subclass of exception for SSL-specific as opposed
to generic IO Exceptions
|
| SSLHandshakeFailedException |
This exception is thrown when the handshake fails for some
reason other than an alert being sent/received
|
| SSLPrematureCloseException |
This exception is thrown when the peer closes the connection without
sending a close notify
|
| SSLReHandshakeException |
This exception is thrown when the client receives a rehandshake request.
|
| SSLThrewAlertException |
An alert that we threw
Essentially all errors in the SSL session end in us sending
an alert and throwing this exception.
|
Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.