Server Referencestate
CryptoSession
An established end-to-end encryption session.
Attributes
attributekeybytesRaw AES-256-GCM key bytes negotiated during the handshake.
attributelast_usedfloat= field(default_factory=(time.time))Unix timestamp of the last request that used the key.
Functions
constructor__init__(key, last_used=time.time()) -> Noneparamkeybytesparamlast_usedfloat= time.time()Returns
None