PskClientKeyExchange

class mtf.network_port.tls.tls_dtls_config.PskClientKeyExchange

Represents the PSK (Pre-Shared Key) ClientKeyExchange message, which sends the identity of the pre-shared key the client wishes to use.

Attributes:

identity (int): The pre-shared key identity (an identifier for a known PSK).

identity_length (bytes): The length of the identity field.

identity: int
identity_length: bytes
__init__(identity: int, identity_length: bytes) None