Package org.conscrypt

Class ServerHelloDone

java.lang.Object
org.conscrypt.Message
org.conscrypt.ServerHelloDone

public class ServerHelloDone
extends Message
Represents server hello done message
See Also:
TLS 1.0 spec., 7.4.5. Server hello done
  • Constructor Details

    • ServerHelloDone

      public ServerHelloDone()
      Creates outbound message
    • ServerHelloDone

      public ServerHelloDone​(HandshakeIODataStream in, int length) throws IOException
      Creates inbound message
      Parameters:
      in -
      length -
      Throws:
      IOException
  • Method Details

    • send

      public void send​(HandshakeIODataStream out)
      Sends message
      Parameters:
      out -
    • length

      public int length()
      Returns message length
      Overrides:
      length in class Message
      Returns:
    • getType

      public int getType()
      Returns message type
      Returns: