SocketSSL

SSL-encrypted socket-based transport

Constructors

this
this(Socket socket, EncryptionMethod enctype)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

read
string read()

Methods reads data from channel and returns it in an unencrypted presentation

write
bool write(char[] data)

Method encrypts data and writes it into channel

Properties

certificateIsVerified
bool certificateIsVerified [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ready
bool ready [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta