|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
C_GetSlotList(self,
tokenPresent,
slotList) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
C_OpenSession(self,
slotID,
flags,
outhSession) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
C_CreateObject(self,
hSession,
Template,
outhObject) |
source code
|
|
|
|
|
C_GetObjectSize(self,
hSession,
hObject,
pulSize) |
source code
|
|
|
C_GetAttributeValue(self,
hSession,
hObject,
Template) |
source code
|
|
|
C_SetAttributeValue(self,
hSession,
hObject,
Template) |
source code
|
|
|
C_FindObjectsInit(self,
hSession,
Template) |
source code
|
|
|
|
|
|
|
C_EncryptInit(self,
hSession,
pMechanism,
hKey) |
source code
|
|
|
C_Encrypt(self,
hSession,
inData,
outEncryptedData) |
source code
|
|
|
C_EncryptUpdate(self,
hSession,
inData,
outEncryptedData) |
source code
|
|
|
C_EncryptFinal(self,
hSession,
outEncryptedData) |
source code
|
|
|
C_DecryptInit(self,
hSession,
pMechanism,
hKey) |
source code
|
|
|
C_Decrypt(self,
hSession,
inEncryptedData,
outData) |
source code
|
|
|
C_DecryptUpdate(self,
hSession,
inEncryptedData,
outData) |
source code
|
|
|
|
|
|
|
C_Digest(self,
hSession,
inData,
outDigest) |
source code
|
|
|
|
|
|
|
|
|
C_SignInit(self,
hSession,
pMechanism,
hKey) |
source code
|
|
|
C_Sign(self,
hSession,
inData,
outSignature) |
source code
|
|
|
|
|
|
|
C_VerifyInit(self,
hSession,
pMechanism,
hKey) |
source code
|
|
|
C_Verify(self,
hSession,
inData,
inSignature) |
source code
|
|
|
|
|
|
|
C_GenerateKey(self,
hSession,
pMechanism,
Template,
outhKey) |
source code
|
|
|
C_GenerateKeyPair(self,
hSession,
pMechanism,
PublicKeyTemplate,
PrivateKeyTemplate,
outhPublicKey,
outhPrivateKey) |
source code
|
|
|
C_WrapKey(self,
hSession,
pMechanism,
hWrappingKey,
hKey,
WrappedKey) |
source code
|
|
|
C_UnwrapKey(self,
hSession,
pMechanism,
hUnwrappingKey,
WrappedKey,
Template,
outhKey) |
source code
|
|
|
|
|
C_GenerateRandom(self,
hSession,
RandomData) |
source code
|
|
|
|
|
C_GetMechanismList(self,
slotID,
mechanismList) |
source code
|
|
|
C_GetMechanismInfo(self,
slotID,
type,
pInfo) |
source code
|
|