nn::ssl::CertStore Classclass CertStore : private ADLFireWall::NonCopyable
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.
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. |
ADLFireWall::NonCopyable
nn::ssl::CertStore
CONFIDENTIAL