API Reference > Other Classes > OdDbCrypt Class > OdDbCrypt Methods > OdDbCrypt::encryptData Method
OdDbCrypt::encryptData Method
Syntax
C++
virtual bool encryptData(OdUInt8* buffer, OdUInt32 bufferSize) = 0;
Parameters 
Description 
OdUInt8* buffer 
[in/out] Data to be encrypted. 
OdUInt32 bufferSize 
[in] Number of bytes.  

Returns true if and only if successful.

Encrypts the specified buffer. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.