messageDigestFactory Class Reference
Creates instances of message digest algorithms.
More...
List of all members.
Detailed Description
Creates instances of message digest algorithms.
Member Function Documentation
Create a new algorithm instance from its name.
- Parameters:
-
| name | algorithm name (eg. "md5") |
- Returns:
- a new algorithm instance for the specified name
- Exceptions:
-
| const std::vector< string > getSupportedAlgorithms |
( |
|
) |
const |
Return a list of supported digest algorithms.
- Returns:
- list of supported digest algorithms
| void registerAlgorithm |
( |
const string & |
name |
) |
|
The documentation for this class was generated from the following files: