Package PyKCS11
[hide private]
[frames] | no frames]

Package PyKCS11

source code

Submodules [hide private]

Classes [hide private]
  ckbytelist
add a __repr__() method to the LowLevel equivalent
  CK_OBJECT_HANDLE
add a __repr__() method to the LowLevel equivalent
  CkClass
Base class for CK_* classes
  CK_SLOT_INFO
matches the PKCS#11 CK_SLOT_INFO structure
  CK_INFO
matches the PKCS#11 CK_INFO structure
  CK_SESSION_INFO
matches the PKCS#11 CK_SESSION_INFO structure
  CK_TOKEN_INFO
matches the PKCS#11 CK_TOKEN_INFO structure
  CK_MECHANISM_INFO
matches the PKCS#11 CK_MECHANISM_INFO structure
  PyKCS11Error
define the possible PKCS#11 error codes
  PyKCS11Lib
high level PKCS#11 binding
  Mechanism
Wraps CK_MECHANISM
  RSAOAEPMechanism
RSA OAEP Wrapping mechanism
  RSA_PSS_Mechanism
RSA PSS Wrapping mechanism
  DigestSession
  Session
Manage PyKCS11Lib.openSession objects
Variables [hide private]
  CK_TRUE = _LowLevel.CK_TRUE
  CK_FALSE = _LowLevel.CK_FALSE
  CK_UNAVAILABLE_INFORMATION = _LowLevel.CK_UNAVAILABLE_INFORMATION
  CK_EFFECTIVELY_INFINITE = _LowLevel.CK_EFFECTIVELY_INFINITE
  CK_INVALID_HANDLE = _LowLevel.CK_INVALID_HANDLE
  CKM = {}
  CKR = {}
  CKA = {}
  CKO = {}
  CKU = {}
  CKK = {}
  CKC = {}
  CKF = {}
  CKS = {}
  CKG = {}
  CKZ = {}
  MechanismSHA1 = Mechanism(CKM_SHA_1, None)
  MechanismRSAPKCS1 = Mechanism(CKM_RSA_PKCS, None)
  MechanismRSAGENERATEKEYPAIR = Mechanism(CKM_RSA_PKCS_KEY_PAIR_...
  MechanismECGENERATEKEYPAIR = Mechanism(CKM_EC_KEY_PAIR_GEN, None)
  MechanismAESGENERATEKEY = Mechanism(CKM_AES_KEY_GEN, None)
Variables Details [hide private]

MechanismRSAGENERATEKEYPAIR

Value:
Mechanism(CKM_RSA_PKCS_KEY_PAIR_GEN, None)