Finished
- class mtf.network_port.tls.tls_dtls_config.Finished
Represents a TLS Finished message, which is sent to indicate that the handshake is complete. It contains a cryptographic hash of the handshake messages sent or received so far.
- Attributes:
verify_data (bytes): A value computed from the handshake messages, used to verify that both parties have the same handshake state.
- verify_data: bytes
- __init__(verify_data: bytes) None