Passwordfile library
3.1.3
C++ library to read/write passwords from/to encrypted files
util
opensslrandomdevice.h
Go to the documentation of this file.
1
#ifndef OPENSSLRANDOMDEVICE_H
2
#define OPENSSLRANDOMDEVICE_H
3
4
#include "../global.h"
5
6
#include <c++utilities/conversion/types.h>
7
8
namespace
Util
{
9
10
class
PASSWORD_FILE_EXPORT
OpenSslRandomDevice
11
{
12
public
:
13
OpenSslRandomDevice
();
14
uint32 operator()()
const
;
15
bool
status()
const
;
16
};
17
18
}
19
20
#endif // OPENSSLRANDOMDEVICE_H
Util
Contains utility classes and functions.
Definition:
openssl.h:6
PASSWORD_FILE_EXPORT
#define PASSWORD_FILE_EXPORT
Marks the symbol to be exported by the passwordfile library.
Util::OpenSslRandomDevice
Provides a random device using the OpenSSL function RAND_bytes().
Definition:
opensslrandomdevice.h:10
Generated on Sun Nov 27 2016 14:57:49 for Passwordfile library by
1.8.12