Discuss this help topic in SecureBlackbox Forum

TElHashFunction class

Properties     Methods     Declared in     Licensing     


TElHashFunction provides functionality for hash computation.

Description

    To calculate hash on the given data, create an instance of TElHashFunction, call Update or UpdateStream method to update data for hash computation. To reset hash data, call Reset. To finalize hash computation and retrieve digest value, use method Finish.

Properties

Methods

Declared in

.NET:
  • Namespace: SBHashFunction
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBHashFunction
Java:
  • Package: SecureBlackbox.Base.jar
C++:
  • sbhashfunction.h

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

Any SecureBlackbox package

Discuss this help topic in SecureBlackbox Forum