Desafio Labsec (SGC)
include
milestones
SecondMilestone.h
Go to the documentation of this file.
1
#ifndef SECONDMILESTONE_H
2
#define SECONDMILESTONE_H
3
4
#include <libcryptosec/RSAKeyPair.h>
5
6
#include "
utils/FileIo.h
"
7
#include "
utils/trace.h
"
8
#include "
utils/paths.h
"
9
#include "
utils/macros.h
"
10
37
class
SecondMilestone
{
38
39
public
:
40
41
virtual
~SecondMilestone
();
42
46
void
generateKeyPairs
();
47
48
};
49
50
#endif
/*SECONDMILESTONE_H*/
trace.h
macros.h
SecondMilestone::~SecondMilestone
virtual ~SecondMilestone()
Definition:
SecondMilestone.cpp:3
paths.h
SecondMilestone
Second Milestone - Asymmetric Key Pairs
Definition:
SecondMilestone.h:37
SecondMilestone::generateKeyPairs
void generateKeyPairs()
Definition:
SecondMilestone.cpp:5
FileIo.h
Generated by
1.8.13