Creates outbound message
Creates inbound messageparaminparamlengththrowsIOException if (length != 0) { fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ServerHelloDone"); }
if (length != 0) { fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ServerHelloDone"); }
Returns message typereturn return Handshake.SERVER_HELLO_DONE;
return Handshake.SERVER_HELLO_DONE;
Returns message lengthreturn return 0;
return 0;
Sends messageparamout