nn::http::CertStore Class

Syntax

class CertStore : private ADLFireWall::NonCopyable

Description

Class representing an HTTPS certificate store. Use this to reuse the same CA certificate store with multiple HTTPS communication sessions.

Member Functions

CertStore Constructor.
V ~CertStore Destructor.
Initialize Initializes the certificate store. This function must be called once before registering certificates.
Finalize Finalizes the certificate store. This function must be called once after all use of the certificate store has finished.
RegisterCert Registers a certificate. Call this function multiple times to register multiple certificates.
UnRegisterCert Unregisters a certificate.

Class Hierarchy

ADLFireWall::NonCopyable
  nn::http::CertStore

Revision History

2010/06/14
Initial version.

CONFIDENTIAL