Class SSL.state
- Description
 A connection switches from one set of state objects to another, one or more times during its lifetime. Each state object handles a one-way stream of packets, and operates in either decryption or encryption mode.
- Constant Alert
 constantSSL.state.Alert
- Variable crypt
 .Cipher.CipherAlgorithmSSL.state.crypt- Description
 Encryption or decryption object.
- Variable mac
 .Cipher.MACAlgorithmSSL.state.mac- Description
 Message Authentication Code
- Variable seq_num
 Gmp.mpzSSL.state.seq_num- Description
 64-bit sequence number.
- Variable session
 objectSSL.state.session- Description
 Information about the used algorithms.
- Variable tls_iv
 intSSL.state.tls_iv- Description
 TLS IV prefix length.