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

Returns true if and only if successful.

Decrypts the specified buffer. 

 

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