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

Class CK_INFO

source code

object --+    
         |    
   CkClass --+
             |
            CK_INFO

matches the PKCS#11 CK_INFO structure

Instance Methods [hide private]

Inherited from CkClass: __str__, flags2text, to_dict

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  fields = {"cryptokiVersion": "pair", "manufacturerID": "text",...

Inherited from CkClass: flags_dict

Instance Variables [hide private]
integer cryptokiVersion
Cryptoki interface version
integer flags
must be zero
string libraryDescription
blank padded
list libraryVersion
2 elements list
string manufacturerID
blank padded
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

fields

Value:
{"cryptokiVersion": "pair", "manufacturerID": "text", "flags": "flags"\
, "libraryDescription": "text", "libraryVersion": "pair"}