Changeset 165
- Timestamp:
- 10/13/09 11:04:22 (10 months ago)
- Files:
-
- pykcs11/trunk/samples/dumpit.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pykcs11/trunk/samples/dumpit.py
r121 r165 121 121 objects = session.findObjects() 122 122 print 123 print "Found %d objects: %s" % (len(objects), map(lambda x: x.value(), objects))123 print "Found %d objects: %s" % (len(objects), map(lambda x: "0x%08X" % x.value(), objects)) 124 124 125 125 all_attributes = PyKCS11.CKA.keys()
