public C_SignEncryptUpdate ( uint session, byte part, uint partLen, byte encryptedPart, uint &encryptedPartLen ) : CKR | ||
session | uint | The session's handle |
part | byte | The data part to be signed and encrypted |
partLen | uint | Length of data part in bytes |
encryptedPart | byte | /// If set to null then the length of encrypted data part is returned in "encryptedPartLen" parameter, without actually returning encrypted data part. /// If not set to null then "encryptedPartLen" parameter must contain the lenght of encryptedPart array and encrypted data part is returned in "encryptedPart" parameter. /// |
encryptedPartLen | uint | Location that holds the length in bytes of the encrypted data part |
return | CKR |