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(RHTTPTransactionaTransaction)[pure virtual]

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

Parameters

RHTTPTransaction aTransactionThe transaction for which the certificate is requested