Package org.conscrypt

Class ClientHello

java.lang.Object
org.conscrypt.Message
org.conscrypt.ClientHello

public class ClientHello
extends Message
Represents Client Hello message
See Also:
TLS 1.0 spec., 7.4.1.2. Client hello
  • Constructor Details

  • Method Details

    • send

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

      public byte[] getRandom()
      Returns client random
      Returns:
      client random
    • getType

      public int getType()
      Returns message type