Connection info for a given TLS client connection being handled by a
|nsITLSServerSocket| server. This object is thread-safe.
This is exposed as the security info object on the transport, so it can be
accessed via |transport.securityInfo|.
This interface is available by the time the |onSocketAttached| is called,
which is the first time the TLS server consumer is notified of a new client.
setSecurityObserver
Set the security observer to be notified when the TLS handshake has
completed.
serverSocket
The nsITLSServerSocket instance that accepted this client connection.
status
Security summary for this TLS client connection. Note that the values of
this interface are not available until the TLS handshake has completed.
See |nsITLSClientStatus| above for more details.