nn::http::ClientCert Class

Syntax

class ClientCert : private ADLFireWall::NonCopyable

Description

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

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.

Class Hierarchy

ADLFireWall::NonCopyable
  nn::http::ClientCert

Revision History

2010/06/14
Initial version.

CONFIDENTIAL