nn::ssl::ClientCert Class

Syntax

class ClientCert : private ADLFireWall::NonCopyable

Description

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

Member Functions

ClientCert Constructor.
V ~ClientCert Destructor.
Initialize Registers a certificate and private key, and initializes the client certificate.
Finalize Finalizes the client certificate. This function must be called once after all use of the client certificate has finished.
GetID Gets the client certificate's ID.

Class Hierarchy

ADLFireWall::NonCopyable
  nn::ssl::ClientCert

Revision History

2010/06/14
Initial version.

CONFIDENTIAL