class axl::cry::X509Store
#include <axl_cry_X509.h> class X509Store: public axl::sl::Handle { public: // construction X509Store(); X509Store(X509_STORE* store); // methods bool create(); bool addCert(X509* cert); };
Inherited Members
public: // typedefs typedef T H; // methods operator T() const; T operator->() const; const Handle& operator=(T h); bool isOpen() const; void close(); void attach(T h); T detach(); T* p(); static T getInvalidHandle();