sha1streambuf Class Reference

A streambuf class for calculating SHA1 digests. More...

Inheritance diagram for sha1streambuf:
Collaboration diagram for sha1streambuf:

Public Member Functions

 sha1streambuf ()
 Construct null. More...
 
virtual std::streamsize xsputn (const char *str, std::streamsize n)
 Process unbuffered. More...
 

Friends

class osha1stream
 

Detailed Description

A streambuf class for calculating SHA1 digests.

Definition at line 53 of file OSHA1stream.H.

Constructor & Destructor Documentation

◆ sha1streambuf()

sha1streambuf ( )
inline

Construct null.

Definition at line 69 of file OSHA1stream.H.

Member Function Documentation

◆ xsputn()

virtual std::streamsize xsputn ( const char *  str,
std::streamsize  n 
)
inlinevirtual

Process unbuffered.

Definition at line 77 of file OSHA1stream.H.

References SHA1::append(), and n.

Here is the call graph for this function:

Friends And Related Function Documentation

◆ osha1stream

friend class osha1stream
friend

Definition at line 62 of file OSHA1stream.H.


The documentation for this class was generated from the following file: