PskServerKeyExchange
- class mtf.network_port.tls.tls_dtls_config.PskServerKeyExchange
Represents the PSK (Pre-Shared Key) ServerKeyExchange message, which sends an optional identity hint to the client.
- Attributes:
identity_hint (int): A hint for which pre-shared key the client should use.
identity_hint_length (bytes): The length of the identity hint field.
- identity_hint: int
- identity_hint_length: bytes
- __init__(identity_hint: int, identity_hint_length: bytes) None