9 #ifndef BOTAN_P11_MODULE_H_
10 #define BOTAN_P11_MODULE_H_
15 #include <botan/p11.h>
16 #include <botan/dyn_load.h>
54 return m_low_level.get();
61 m_low_level->C_GetInfo(&info);
66 const std::string m_file_path;
68 std::unique_ptr<Dynamically_Loaded_Library> m_library =
nullptr;
69 std::unique_ptr<LowLevel> m_low_level =
nullptr;
LowLevel * operator->() const
int(* final)(unsigned char *, CTX *)
#define BOTAN_PUBLIC_API(maj, min)
CK_FUNCTION_LIST_PTR FunctionListPtr
Provides access to all PKCS#11 functions.