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