Verification of the SSL certificate callback interface.
More...
#include <network_connection_handler_interface.h>
Verification of the SSL certificate callback interface.
Definition at line 55 of file network_connection_handler_interface.h.
◆ ~ISSLCertVerificationHandler()
virtual ISSLCertVerificationHandler::~ISSLCertVerificationHandler |
( |
| ) |
|
|
inlinevirtual |
◆ Cancel()
virtual void ISSLCertVerificationHandler::Cancel |
( |
| ) |
|
|
pure virtual |
The SSL certificate is not trusted.
◆ GetCertFingerprint()
virtual const zchar_t * ISSLCertVerificationHandler::GetCertFingerprint |
( |
| ) |
|
|
pure virtual |
get the SSL certificate's fingerprint
◆ GetCertIssuedBy()
virtual const zchar_t * ISSLCertVerificationHandler::GetCertIssuedBy |
( |
| ) |
|
|
pure virtual |
Get the value that who issues the SSL certificate.
◆ GetCertIssuedTo()
virtual const zchar_t * ISSLCertVerificationHandler::GetCertIssuedTo |
( |
| ) |
|
|
pure virtual |
Get the value of whom the SSL certificate is issued to.
◆ GetCertSerialNum()
virtual const zchar_t * ISSLCertVerificationHandler::GetCertSerialNum |
( |
| ) |
|
|
pure virtual |
Get the serial number of the SSL certificate.
◆ Trust()
virtual void ISSLCertVerificationHandler::Trust |
( |
| ) |
|
|
pure virtual |
The SSL certificate is trusted.