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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Finished(byte[] bytes)Creates outbound messageFinished(HandshakeIODataStream in, int length)Creates inbound message -
Method Summary
Modifier and Type Method Description byte[]getData()Returns verify dataintgetType()Returns message typevoidsend(HandshakeIODataStream out)Methods inherited from class org.conscrypt.Message
fatalAlert, fatalAlert, length
-
Constructor Details
-
Finished
public Finished(byte[] bytes)Creates outbound message- Parameters:
bytes-
-
Finished
Creates inbound message- Parameters:
in-length-- Throws:
IOException
-
-
Method Details
-
send
-
getType
public int getType()Returns message type -
getData
public byte[] getData()Returns verify data
-