DbSecurity.h
This class defines the interface for the encription/decription of byte data.
Corresponding C++ library: TD_Db
|
Name |
Description |
![]() ![]() |
Appends a data block to be signed/hashed. This method should be used to specify the data to be processed by signData() or verifyDataSignature(). | |
![]() ![]() |
Decrypts the specified buffer. | |
![]() ![]() |
| |
![]() ![]() |
Encrypts the specified buffer. | |
![]() ![]() |
Initializes this OdDbCrypt object with the specified security parameters. | |
![]() |
| |
![]() ![]() |
Creates a hash of the data blocks appended by appendDataToProcessSignature() method, signs the hash and returns the signed hash (detached signature). | |
![]() ![]() |
Verifies a detached signature using data blocks appended by appendDataToProcessSignature() method. |
Copyright © 2002–2021. Open Design Alliance. All rights reserved.
|