Extract the password seed from the challenge message.
More...
#include <CRAM.hpp>
Extract the password seed from the challenge message.
_Wolframe::AAAA::CRAMsalt::CRAMsalt |
( |
const std::string & |
challenge | ) |
|
- Note
- The challenge string is base64 encoded, including the password salt, with or without end padding.
_Wolframe::AAAA::CRAMsalt::~CRAMsalt |
( |
| ) |
|
const unsigned char* _Wolframe::AAAA::CRAMsalt::salt |
( |
| ) |
const |
|
inline |
std::size_t _Wolframe::AAAA::CRAMsalt::size |
( |
| ) |
const |
|
inline |
std::string _Wolframe::AAAA::CRAMsalt::toBCD |
( |
| ) |
const |
std::string _Wolframe::AAAA::CRAMsalt::toString |
( |
| ) |
const |
The documentation for this class was generated from the following file: