Wt  3.2.2
Public Member Functions
Wt::Auth::PasswordHash Class Reference

A password hash. More...

#include <Wt/Auth/PasswordHash>

List of all members.

Public Member Functions

 PasswordHash ()
 Default constructor.
 PasswordHash (const std::string &function, const std::string &salt, const std::string &value)
 Constructor.
bool empty () const
 Returns whether the password is empty.
std::string function () const
 Returns the function identifier.
std::string salt () const
 Returns the salt.
std::string value () const
 Returns the hash value.

Detailed Description

A password hash.

This combines the information for interpreting a hashed password:

See also:
HashFunction::compute()

Constructor & Destructor Documentation

Wt::Auth::PasswordHash::PasswordHash ( )

Default constructor.

Creates an empty password hash, i.e. with empty function, salt and value.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator

Generated on Fri Jul 27 2012 for the C++ Web Toolkit (Wt) by doxygen 1.7.5.1