Package PyKCS11 :: Class CK_OBJECT_HANDLE
[hide private]
[frames] | no frames]

Class CK_OBJECT_HANDLE

source code

     LowLevel._object --+    
                        |    
LowLevel.CK_OBJECT_HANDLE --+
                            |
                           CK_OBJECT_HANDLE

add a __repr__() method to the LowLevel equivalent

Instance Methods [hide private]
 
__init__(self, session) source code
 
to_dict(self)
convert the fields of the object into a dictionnary
source code
 
__repr__(self)
text representation of the object
source code

Inherited from LowLevel.CK_OBJECT_HANDLE: assign, cast, value

Class Variables [hide private]

Inherited from LowLevel.CK_OBJECT_HANDLE: __del__, __getattr__, __setattr__, __swig_destroy__, __swig_getmethods__, __swig_setmethods__, frompointer

Method Details [hide private]

__init__(self, session)
(Constructor)

source code 
Overrides: LowLevel.CK_OBJECT_HANDLE.__init__

__repr__(self)
(Representation operator)

source code 

text representation of the object

Overrides: LowLevel._swig_repr