

Public Member Functions | |
| OBlowfishStream (std::ostream &os, const std::string &key) | |
| OBlowfishStream (const OBlowfishStream &os) | |
| copy constructor | |
| virtual | ~OBlowfishStream () |
| Destructor. | |
| virtual OStreamBase & | operator<< (const char) |
| ostream char | |
| virtual OStreamBase & | operator<< (const unsigned char) |
| ostream unsigned char | |
| virtual OStreamBase & | operator<< (const short) |
| ostream short | |
| virtual OStreamBase & | operator<< (const unsigned short) |
| ostream unsigned short | |
| virtual OStreamBase & | operator<< (const bool) |
| ostream bool | |
| virtual OStreamBase & | operator<< (const int) |
| ostream int | |
| virtual OStreamBase & | operator<< (const unsigned int) |
| ostream uint | |
| virtual OStreamBase & | operator<< (const long long) |
| ostream long long | |
| virtual OStreamBase & | operator<< (const unsigned long long) |
| ostream unsigned long | |
| virtual OStreamBase & | operator<< (const double) |
| ostream double | |
| virtual OStreamBase & | operator<< (const float) |
| ostream float | |
| void | close () |
| method for closing stream | |
Definition at line 30 of file oblowfishstream.hpp.
|
||||||||||||
|
Constructor - you specify the std::output stream and key. Key strength depends on the on the length of the key. Refer to: http://www.openssl.org/docs/crypto/blowfish.html# for further details.
|