MProtHandlerInterface Class Reference

class MProtHandlerInterface
Public Member Functions
const CCertificate * SessionServerCert ()
const CCertificate * TransactionServerCert ( RHTTPTransaction )

Member Functions Documentation

SessionServerCert()

const CCertificate * SessionServerCert ( ) [pure virtual]

Intended Usage: Get the Server Certificate for the current session.

TransactionServerCert(RHTTPTransaction)

const CCertificate * TransactionServerCert ( RHTTPTransaction aTransaction ) [pure virtual]

Intended Usage: Get the Server Certificate for the specified transaction.

Parameters

RHTTPTransaction aTransaction The transaction for which the certificate is requested