78 virtual std::streamsize
xsputn(
const char* str, std::streamsize
n)
93 virtual public std::ios,
153 "OSHA1stream.sinkFile_",
175 return dynamic_cast<osha1stream&
>(stdStream()).sha1();
181 return sha1().digest();
SHA1 & append(const char *data, size_t len)
Append data for processing.
A basic output stream for calculating SHA1 digests.
word format(conversionProperties.lookup("format"))
The output stream for calculating SHA1 digests.
sha1streambuf()
Construct null.
A streambuf class for calculating SHA1 digests.
streamFormat
Enumeration for the format of data in the stream.
virtual std::streamsize xsputn(const char *str, std::streamsize n)
Process unbuffered.
void clear()
Reset the digest to zero.
Functions to compute SHA1 message digest according to the NIST specification FIPS-180-1.