9 #ifndef BOTAN_P11_MODULE_H__
10 #define BOTAN_P11_MODULE_H__
15 #include <botan/p11.h>
16 #include <botan/dyn_load.h>
37 #if !defined( _MSC_VER ) || ( _MSC_VER >= 1900 )
58 return m_low_level.get();
65 m_low_level->C_GetInfo(&info);
70 const std::string m_file_path;
72 std::unique_ptr<Dynamically_Loaded_Library> m_library =
nullptr;
73 std::unique_ptr<LowLevel> m_low_level =
nullptr;
LowLevel * operator->() const
CK_FUNCTION_LIST_PTR FunctionListPtr
Provides access to all PKCS#11 functions.