Sha Class Reference

This class contains the cryptographic functions for SHA1. More...

#include <Sha.h>

List of all members.

Public Member Functions

 Sha ()
 Constructs an object that can be used to calculate the SHA1 message digest of QByteArray.
QByteArray sha1_hash (QByteArray in)
 Calculate the message digest of the provided parameter.

Detailed Description

This class contains the cryptographic functions for SHA1.

The sha class provides simple function calls to calculate the SHA1 message digest of a QByteArray.


Member Function Documentation

QByteArray Sha::sha1_hash ( QByteArray  in  ) 

Calculate the message digest of the provided parameter.

The return message Digest has a lenght of 20 Bytes

Parameters:
in contains the information from which we want to calculate the message digest

The documentation for this class was generated from the following files:
Generated on Thu Jun 24 21:31:43 2010 for PrivL by  doxygen 1.6.3