nn::ssl::CrlStore Class

Syntax

class CrlStore : private ADLFireWall::NonCopyable

Description

Class representing a CRL store. The CRLs used in a single SSL communication session first have all their CRL data registered to a CrlStore instance, and then that CrlStore instance is configured in the Connection class.

Member Functions

CrlStore Constructor.
V ~CrlStore Destructor.
Initialize Initializes the CRL store. This function must be called once before registering certificates.
Finalize Finalizes the CRL store. This function must be called once after all use of the CRL store has finished.
RegisterCrl Registers a CRL. Call this function multiple times to register multiple CRLs.
UnRegisterCrl Unregisters a CRL.

Class Hierarchy

ADLFireWall::NonCopyable
  nn::ssl::CrlStore

Revision History

2010/06/14
Initial version.

CONFIDENTIAL