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