Module stream
Source - BlazeStream
- Wrapping structure for wrapping Read + Write streams with a SSLv3
protocol wrapping.
- SERVER_CERTIFICATE
- Certificate used by the server
- SERVER_KEY
- RSA private key used by the server
- BlazeError
- DecryptError
- ReadProcessor
- Handler for processing messages that have been read
and turning them into their actual messages
- StreamMode
- Mode to use when starting the handshake. Server mode will
handshake as the server entity and client will handshake
as a client entity
- WriteProcessor
- Handler for processing messages that need to be written
converts them to writing messages
- BlazeResult