Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cCertMgr.h
Go to the documentation of this file.
1 //
4 //
5 
6 #ifndef _INC_cCertMgr_H
7 #define _INC_cCertMgr_H
8 #ifndef NO_PRAGMA_ONCE
9 #pragma once
10 #endif
11 
12 #include "../Key/cKeyBase.h"
15 
16 namespace GrayLib
17 {
19  {
22  // A collection of files. or The Windows OS certMgr interface.
23  };
24 
25  class GRAYLIB_LINK cCertMgr : public cSingleton<cCertMgr> // , public IX509VerifyCert
26  {
31 
33 
34  public:
35  cCertMgr();
36  ~cCertMgr();
37 
38  // FindBySubjectExact()
39  // FindBySubjectPartial()
40  // FindByThumb()
41 
43 
44  };
45 }
46 #endif
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
#define CHEAPOBJECT_IMPL
Definition: cHeapObject.h:32
Definition: cCertMgr.h:19
Definition: cCertMgr.h:26
UNITTEST_FRIEND(cCertMgr)
Definition: cSingleton.h:127
Definition: cMesh.h:22