|
JSS 3.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--org.mozilla.jss.ssl.SSLHandshakeCompletedEvent
This class represents the event telling you a handshake operation is complete.
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
SSLHandshakeCompletedEvent(SSLSocket socket)
|
|
| Method Summary | |
SSLSocket |
getSocket()
get socket on which the event occured |
SSLSecurityStatus |
getStatus()
get security information about this socket, including cert data |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SSLHandshakeCompletedEvent(SSLSocket socket)
| Method Detail |
public SSLSecurityStatus getStatus()
throws java.net.SocketException
java.net.SocketExceptionpublic SSLSocket getSocket()
|
JSS 3.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||