Passwordfile library
3.1.4
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
public
:
12
OpenSslRandomDevice
();
13
uint32 operator()()
const
;
14
bool
status()
const
;
15
};
16
}
17
18
#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 Wed May 31 2017 11:02:05 for Passwordfile library by
1.8.13