GNU Classpath (0.95) | |
Frames | No Frames |
Classes derived from javax.net.ssl.SSLException | |
class | An exception that signals an error in the SSL handshake phase.
|
class | An exception signaling a problem using a public or private key in
an SSL communication.
|
class | An exception thrown when the remote peer could not be verified.
|
class | An exception thrown when a fatal protocol error is encountered. |
Methods which throw type javax.net.ssl.SSLException | |
void | Begin, or restart, the SSL handshake.
|
void | Close the inbound state.
|
SSLEngineResult | Unwraps a byte buffer recieved from the network, storing the
decrypted, unwrapped bytes into the given buffer.
|
SSLEngineResult | Unwraps a byte buffer recieved from the network, storing the
decrypted, unwrapped bytes into the given buffers.
|
SSLEngineResult | Unwraps a byte buffer received from the network, storing the
decrypted, unwrapped bytes into the given buffers. |
SSLEngineResult | Wraps a byte buffer into an SSL message, for preparation to send
it over the network.
|
SSLEngineResult | Wraps byte buffers into an SSL message, for preparation to send
them over the network. |
SSLEngineResult | Wraps byte buffers into an SSL message, for preparation to send
them over the network.
|
GNU Classpath (0.95) |