#include <digest.h>
Inheritance diagram for ost::Digest::

Public Methods | |
| virtual void | initDigest (void)=0 |
| Reset the digest table to an initial default value. More... | |
| virtual | ~Digest () |
Protected Methods | |
| Digest () | |
| virtual unsigned | getSize (void)=0 |
| Get the size of a digest in octets. More... | |
| virtual unsigned | getDigest (unsigned char *buffer)=0 |
| Copy the binary digest buffer to user memory. More... | |
| virtual void | putDigest (const unsigned char *buffer, unsigned length)=0 |
| Put data into the digest bypassing the stream subsystem. More... | |
| virtual std::ostream& | strDigest (std::ostream &os)=0 |
| print a digest string for export. More... | |
Friends | |
| std::ostream& | operator<< (std::ostream &os, Digest &ia) |
|
|
|
|
|
|
|
|
Copy the binary digest buffer to user memory.
Reimplemented in ost::ChecksumDigest, ost::CRC16Digest, ost::CRC32Digest, and ost::MD5Digest. |
|
|
Get the size of a digest in octets.
Reimplemented in ost::ChecksumDigest, ost::CRC16Digest, ost::CRC32Digest, and ost::MD5Digest. |
|
|
Reset the digest table to an initial default value.
Reimplemented in ost::ChecksumDigest, ost::CRC16Digest, ost::CRC32Digest, and ost::MD5Digest. |
|
|
Put data into the digest bypassing the stream subsystem.
Reimplemented in ost::ChecksumDigest, ost::CRC16Digest, ost::CRC32Digest, and ost::MD5Digest. |
|
|
print a digest string for export.
Reimplemented in ost::ChecksumDigest, ost::CRC16Digest, ost::CRC32Digest, and ost::MD5Digest. |
|
|
|
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001