VMime
|
Public Member Functions | |
TLSSecuredConnectionInfos (const string &host, const port_t port, shared_ptr< TLSSession > tlsSession, shared_ptr< TLSSocket > tlsSocket) | |
const string | getHost () const |
port_t | getPort () const |
shared_ptr< const security::cert::certificateChain > | getPeerCertificates () const |
Additional Inherited Members | |
![]() | |
object () | |
object (const object &) | |
object & | operator= (const object &) |
virtual | ~object () |
Information about a TLS-secured connection used by a service.
TLSSecuredConnectionInfos | ( | const string & | host, |
const port_t | port, | ||
shared_ptr< TLSSession > | tlsSession, | ||
shared_ptr< TLSSocket > | tlsSocket | ||
) |
|
virtual |
Return the host to which the service is connected.
Implements connectionInfos.
shared_ptr< const security::cert::certificateChain > getPeerCertificates | ( | ) | const |
Return the peer's certificate (chain) as sent by the peer.
|
virtual |