#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.
| const CCertificate * | TransactionServerCert | ( | RHTTPTransaction | aTransaction | ) | [pure virtual] |
Intended Usage: Get the Server Certificate for the specified transaction.
| Parameters | |
|---|---|
| aTransaction | The transaction for which the certificate is requested |