#include <mw/http/framework/cprotocolhandler.h>
class MProtHandlerInterface |
Public Member Functions | |
---|---|
pure virtual const CCertificate * | SessionServerCert() |
pure virtual const CCertificate * | TransactionServerCert(RHTTPTransaction) |
const CCertificate * | SessionServerCert | ( | ) | [pure virtual] |
Intended Usage: Get the Server Certificate for the current session.
Returns: The certificate information or NULL if it is not available
const CCertificate * | TransactionServerCert | ( | RHTTPTransaction | aTransaction | ) | [pure virtual] |
Intended Usage: Get the Server Certificate for the specified transaction.
Parameter | Description |
---|---|
aTransaction | The transaction for which the certificate is requested |
Returns: The certificate information or NULL if it is not available