public C_Decrypt ( uint session, byte encryptedData, uint encryptedDataLen, byte data, uint &dataLen ) : CKR | ||
session | uint | The session's handle |
encryptedData | byte | Encrypted data |
encryptedDataLen | uint | The length of the encrypted data |
data | byte | /// If set to null then the length of decrypted data is returned in "dataLen" parameter, without actually returning decrypted data. /// If not set to null then "dataLen" parameter must contain the lenght of data array and decrypted data is returned in "data" parameter. /// |
dataLen | uint | Location that holds the length of the decrypted data |
return | CKR |