n2nc::security::Rsa Class Reference
#include <rsa.h>
List of all members.
|
Public Types |
typedef uint32_t | ID |
Public Member Functions |
int | loadPubFromFile (std::string filename) |
int | loadPriFromFile (std::string filename) |
int | encrypt (void *inbuf, void *outbuf, size_t inlen) |
int | decrypt (void *inbuf, void *outbuf, size_t inlen) |
int | genkey (std::string filename) |
int | getID () |
Detailed Description
- Author:
- fabsoft <fabsoft@gmail.com>
Definition at line 11 of file rsa.h.
The documentation for this class was generated from the following files: