COCSPResponseCertInfo Class Reference

class COCSPResponseCertInfo : public CBase

Information about a certificate status, as given in OCSP response singleResponse data item.

Inherits from

  • COCSPResponseCertInfo

Constructor & Destructor Documentation

~COCSPResponseCertInfo()

~COCSPResponseCertInfo()

Member Functions Documentation

CertID()

COCSPCertID &CertID()const

ConstructL(CArrayPtr< TASN1DecGeneric > &)

voidConstructL(CArrayPtr< TASN1DecGeneric > &aItems)[private]

Parameters

CArrayPtr< TASN1DecGeneric > & aItems

NewLC(CArrayPtr< TASN1DecGeneric > &)

COCSPResponseCertInfo *NewLC(CArrayPtr< TASN1DecGeneric > &aItems)[static]

Parameters

CArrayPtr< TASN1DecGeneric > & aItems

NextUpdate()

IMPORT_C const TTime *NextUpdate()const

RevocationTime()

IMPORT_C const TTime *RevocationTime()const

Status()

IMPORT_C OCSP::TResultStatus()const

ThisUpdate()

IMPORT_C TTimeThisUpdate()const

Member Data Documentation

COCSPCertID * iCertID

COCSPCertID *iCertID[private]

TTime * iNextUpdate

TTime *iNextUpdate[private]

TTime * iRevocationTime

TTime *iRevocationTime[private]

OCSP::TResult iStatus

OCSP::TResult iStatus[private]

TTime iThisUpdate

TTime iThisUpdate[private]