Application Data¶
- class siotls.contents.application_data.ApplicationData¶
The opaque data of/for the protocol that is protected by TLS.
- __init__(data)¶
- Parameters:
data (bytes)
- can_fragment: bool = True¶
Can this content be fragmented over multiple TLS records?
- content_data: bytes¶
The decrypted data of/for the underlying protocol.
- content_type: ContentType = 23¶
The unique numeric identifier of the content.