public C_SignEncryptUpdate ( ulong session, byte part, ulong partLen, byte encryptedPart, ulong &encryptedPartLen ) : CKR | ||
session | ulong | The session's handle |
part | byte | The data part to be signed and encrypted |
partLen | ulong | 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 | ulong | Location that holds the length in bytes of the encrypted data part |
return | CKR |