1#
2# print the mechanism list for a given token
3#
4set slotID slotList[i]
5C_GetMechanismList slotID NULL mechCount
6NewArray mechanismList CK_ULONG  mechcount
7C_GetMechanismList slotID mechanismList mechCount
8print mechanismList
9