BotanSSLAdapter

Undocumented in source.

Constructors

this
this(BotanSSLContext context, IConnection next)
Undocumented in source.

Members

Functions

botanAlert
void botanAlert(TLSAlert alert, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
botanClientData
void botanClientData(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
botanHandshake
bool botanHandshake(TLSSession session)
Undocumented in source. Be warned that the author may not have intended to support it.
botanSocketOutput
void botanSocketOutput(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
getHostCertificate
SSLCertificate getHostCertificate()
Undocumented in source. Be warned that the author may not have intended to support it.
getPeerCertificate
SSLCertificate getPeerCertificate()
Undocumented in source. Be warned that the author may not have intended to support it.
onConnect
void onConnect()
Undocumented in source. Be warned that the author may not have intended to support it.
onReadData
void onReadData(Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(Data[] data, int priority)
Undocumented in source. Be warned that the author may not have intended to support it.
setHostName
void setHostName(string hostname, ushort port, string service)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

channel
TLSChannel channel;
Undocumented in source.
context
BotanSSLContext context;
Undocumented in source.
creds
AETLSCredentialsManager creds;
Undocumented in source.
serverInfo
TLSServerInformation serverInfo;
Undocumented in source.

Inherited Members

From SSLAdapter

setHostName
void setHostName(string hostname, ushort port, string service)
Undocumented in source.
getHostCertificate
SSLCertificate getHostCertificate()
Undocumented in source.
getPeerCertificate
SSLCertificate getPeerCertificate()
Undocumented in source.

Meta