|
reSIProcate/rutil
9694
|
Used to accumlate data written to the stream in a SHA1Buffer and convert the data to SHA1. More...
#include <SHA1Stream.hxx>


Public Member Functions | |
| SHA1Stream () | |
| ~SHA1Stream () | |
| Data | getHex () |
| Calls flush() on itself and returns the SHA1 data in hex format. | |
| Data | getBin (unsigned int bits=160) |
| Calls flush() on itself and returns the SHA1 data in binary format. | |
| UInt32 | getUInt32 () |
| Calls getBin(32) and converts to a UInt32. | |
Used to accumlate data written to the stream in a SHA1Buffer and convert the data to SHA1.
Definition at line 68 of file SHA1Stream.hxx.
| resip::SHA1Stream::SHA1Stream | ( | ) |
| resip::SHA1Stream::~SHA1Stream | ( | ) |
| Data resip::SHA1Stream::getBin | ( | unsigned int | bits = 160 | ) |
Calls flush() on itself and returns the SHA1 data in binary format.
| bits | the lowest order bits in network byte order. bits must be multiple of 8 |
Reimplemented from resip::SHA1Buffer.
Referenced by main().
| Data resip::SHA1Stream::getHex | ( | ) |
Calls flush() on itself and returns the SHA1 data in hex format.
Reimplemented from resip::SHA1Buffer.
Referenced by main().
| UInt32 resip::SHA1Stream::getUInt32 | ( | ) |
Calls getBin(32) and converts to a UInt32.
1.7.5.1