Package org.conscrypt

Class Finished

java.lang.Object
org.conscrypt.Message
org.conscrypt.Finished

public class Finished
extends Message
Represents Finished message
See Also:
TLS 1.0 spec., 7.4.9. Finished
  • Constructor Details

    • Finished

      public Finished​(byte[] bytes)
      Creates outbound message
      Parameters:
      bytes -
    • Finished

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

    • send

      public void send​(HandshakeIODataStream out)
    • getType

      public int getType()
      Returns message type
    • getData

      public byte[] getData()
      Returns verify data