9 #ifndef BOTAN_P11_SESSION_H_
10 #define BOTAN_P11_SESSION_H_
12 #include <botan/p11_slot.h>
66 return m_slot.module();
void set_pin(Slot &slot, const secure_string &so_pin, const secure_string &pin)
int(* final)(unsigned char *, CTX *)
#define BOTAN_PUBLIC_API(maj, min)
SessionHandle handle() const
CK_SESSION_HANDLE SessionHandle
secure_vector< uint8_t > secure_string
Represents a PKCS#11 session.
Represents a PKCS#11 Slot, i.e., a card reader.
const Slot & slot() const