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

Class CK_SLOT_INFO

source code

object --+    
         |    
   CkClass --+
             |
            CK_SLOT_INFO

matches the PKCS#11 CK_SLOT_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]
  flags_dict = {CKF_TOKEN_PRESENT: "CKF_TOKEN_PRESENT", CKF_REMO...
  fields = {"slotDescription": "text", "manufacturerID": "text",...
Instance Variables [hide private]
list firmwareVersion
2 elements list
integer flags
See flags2text
list hardwareVersion
2 elements list
string manufacturerID
blank padded
string slotDescription
blank padded
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

flags_dict

Value:
{CKF_TOKEN_PRESENT: "CKF_TOKEN_PRESENT", CKF_REMOVABLE_DEVICE: "CKF_RE\
MOVABLE_DEVICE", CKF_HW_SLOT: "CKF_HW_SLOT"}

fields

Value:
{"slotDescription": "text", "manufacturerID": "text", "flags": "flags"\
, "hardwareVersion": "text", "firmwareVersion": "text"}