- Add new classes CK_SLOT_INFO, CK_INFO, CK_SESSION_INFO,
CK_MECHANISM_INFO and CK_TOKEN_INFO instead of the low level ones
to have a __repr__() method. It is now possible to just print an
object of these classes and have a human readable version.
- Add a new class CK_OBJECT_HANDLE() to replace the low level one
and have a __repr__() method for objects returned by findObjects()
- Move initToken() from class Session to class PyKCS11Lib and add a
slot parameter.
- Add generateKeyPair and destoryObject support in high level
interface