nn::ssl::CertStore Class

Syntax

class CertStore : private ADLFireWall::NonCopyable

Description

Class representing an SSL certificate store. The RootCA certificates used in a single SSL communication session first have all their certificate data registered to a CertStore instance, and then that CertStore instance is configured in the Connection class.

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.
GetID Gets the certificate store's ID.

Class Hierarchy

ADLFireWall::NonCopyable
  nn::ssl::CertStore

Revision History

2010/06/14
Initial version.

CONFIDENTIAL