| Home | Trees | Index | Help |
|---|
| Package PyKCS11 |
|
| Submodules | |
|---|---|
| Classes | |
|---|---|
CK_INFO |
matches the PKCS#11 CK_INFO structure |
CK_MECHANISM_INFO |
matches the PKCS#11 CK_MECHANISM_INFO structure |
CK_SESSION_INFO |
matches the PKCS#11 CK_SESSION_INFO structure |
CK_SLOT_INFO |
matches the PKCS#11 CK_SLOT_INFO structure |
CK_TOKEN_INFO |
matches the PKCS#11 CK_TOKEN_INFO structure |
Mechanism |
Wraps CK_MECHANISM |
PyKCS11Lib |
high level PKCS#11 binding |
Session |
Manage PyKCS11Lib.openSession objects |
| Exceptions | |
|---|---|
PyKCS11Error |
define the possible PKCS#11 error codes |
| Variable Summary | |
|---|---|
int |
CK_EFFECTIVELY_INFINITE = 0 |
int |
CK_FALSE = 0 |
int |
CK_INVALID_HANDLE = 0 |
int |
CK_TRUE = 1 |
long |
CK_UNAVAILABLE_INFORMATION = 4294967295L
|
Mechanism |
MechanismRSAPKCS1 = <PyKCS11.Mechanism object at 0x403e7...
|
| Variable Details |
|---|
CK_EFFECTIVELY_INFINITE
|
CK_FALSE
|
CK_INVALID_HANDLE
|
CK_TRUE
|
CK_UNAVAILABLE_INFORMATION
|
MechanismRSAPKCS1
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Aug 28 18:25:54 2008 | http://epydoc.sf.net |