CTrustInfo Class Reference

class CTrustInfo : public CBase

CTrustInfo models trust data structure.

The runtime security manager evaluates trustedness of a runtime content/script/executable based on the trust information passed by runtimes. The definition of this type is currently incomplete, with state information such as

  • Origin of the script

  • Certificate chain of the signed trusted contents

rtsecmgrclient.lib

Inherits from

Constructor & Destructor Documentation

CTrustInfo()

CTrustInfo ( ) [private]

~CTrustInfo()

IMPORT_C ~CTrustInfo ( )

Destructor

Member Functions Documentation

NewL()

IMPORT_C CTrustInfo * NewL ( ) [static]

Two-phased constructor

Constructs a CTrustInfo instance

NewLC()

IMPORT_C CTrustInfo * NewLC ( ) [static]

Two-phased constructor

Constructs a CTrustInfo instance and leaves the created instance on the cleanupstack