Passwordfile library
3.1.2
C++ library to read/write passwords from/to encrypted files
Main Page
Namespaces
Classes
Files
File List
File Members
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
Definition:
global.h:13
Util::OpenSslRandomDevice
Provides a random device using the OpenSSL function RAND_bytes().
Definition:
opensslrandomdevice.h:10
Generated on Sun Sep 11 2016 23:35:47 for Passwordfile library by
1.8.11