Enigma  3.2.0
A Simple, Reliable and Efficient Encryption Tool
RSA::RSASettings Struct Reference

#include <RSA.hpp>

Public Attributes

std::size_t keySize {}
 
std::optional< std::string > privateKey {std::nullopt}
 
std::optional< fs::path > privateKeyFilename {std::nullopt}
 

Detailed Description

Definition at line 29 of file RSA.hpp.

Member Data Documentation

◆ keySize

std::size_t RSA::RSASettings::keySize {}

Definition at line 30 of file RSA.hpp.

◆ privateKey

std::optional<std::string> RSA::RSASettings::privateKey {std::nullopt}

Definition at line 31 of file RSA.hpp.

◆ privateKeyFilename

std::optional<fs::path> RSA::RSASettings::privateKeyFilename {std::nullopt}

Definition at line 33 of file RSA.hpp.


The documentation for this struct was generated from the following file: