Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbCrypt::signData Method
Syntax
C++
virtual bool signData(const OdSecurityParams& securityParams, OdBinaryData& signatureBlock) = 0;

Creates a hash of the data blocks appended by appendDataToProcessSignature() method, signs the hash and returns the signed hash (detached signature). 

 

Parameters
Description
securityParams
[in] Certificate and signature settings.
signatureBlock
[out] Signed hash.

Returns true if the function succeeds. If the function fails, the return value is false.

Copyright © 2002-2022. Open Design Alliance All rights reserved.