Package org.conscrypt

Class ServerHandshakeImpl

java.lang.Object
org.conscrypt.HandshakeProtocol
org.conscrypt.ServerHandshakeImpl

public class ServerHandshakeImpl
extends HandshakeProtocol
Server side handshake protocol implementation. Handshake protocol operates on top of the Record Protocol. It responsible for negotiating a session. The implementation processes inbound client handshake messages, creates and sends respond messages. Outbound messages are supplied to Record Protocol. Detected errors are reported to the Alert protocol.
See Also:
TLS 1.0 spec., 7.4. Handshake protocol.