|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSLSessionEvent | |
|---|---|
| org.jacorb.orb.listener | |
| Uses of SSLSessionEvent in org.jacorb.orb.listener |
|---|
| Methods in org.jacorb.orb.listener with parameters of type SSLSessionEvent | |
|---|---|
void |
SSLSessionListener.handshakeException(SSLSessionEvent e)
handshakeException is called whenever the client
and server could not negotiate the desired level of security. |
void |
NullSSLSessionListener.handshakeException(SSLSessionEvent e)
|
void |
SSLSessionListener.keyException(SSLSessionEvent e)
keyException is called whenever a bad SSL key is
reported. |
void |
NullSSLSessionListener.keyException(SSLSessionEvent e)
|
void |
SSLSessionListener.peerUnverifiedException(SSLSessionEvent e)
peerUnverifiedException is called whenever the peer was not
able to identify itself (for example; no certificate, the particular
cipher suite being used does not support authentication, or no peer
authentication was established during SSL handshaking) |
void |
NullSSLSessionListener.peerUnverifiedException(SSLSessionEvent e)
|
void |
SSLSessionListener.protocolException(SSLSessionEvent e)
protocolException is called whenever there is an error in
the operation of the SSL protocol. |
void |
NullSSLSessionListener.protocolException(SSLSessionEvent e)
|
void |
SSLSessionListener.sessionCreated(SSLSessionEvent e)
sessionCreated is called whenever a successful SSL
connection has been made. |
void |
NullSSLSessionListener.sessionCreated(SSLSessionEvent e)
|
void |
SSLSessionListener.sslException(SSLSessionEvent e)
sslException is called whenever there is an error in the SSL
subsystem. |
void |
NullSSLSessionListener.sslException(SSLSessionEvent e)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||