List of all members.
Public Member Functions |
| MD5 () |
| ~MD5 () |
MD5 & | update (const std::vector< unsigned char > &data) |
std::vector< unsigned char > | getHash () |
Static Public Member Functions |
static ByteArray | getHash (const ByteArray &data) |
static ByteArray | getHash (const SafeByteArray &data) |
static bool | isAllowedForCrypto () |
Detailed Description
Definition at line 16 of file MD5.h.
Constructor & Destructor Documentation
Member Function Documentation
std::vector<unsigned char> Swift::MD5::getHash |
( |
|
) |
|
static ByteArray Swift::MD5::getHash |
( |
const SafeByteArray & |
data |
) |
[static] |
static ByteArray Swift::MD5::getHash |
( |
const ByteArray & |
data |
) |
[static] |
static bool Swift::MD5::isAllowedForCrypto |
( |
|
) |
[static] |
MD5& Swift::MD5::update |
( |
const std::vector< unsigned char > & |
data |
) |
|