|
Open-Transactions
0.93.0-ge03d287
|
#include <OTLowLevelKeyData.hpp>

Classes | |
| class | OTLowLevelKeyDataOpenSSLdp |
Public Member Functions | |
| bool | MakeNewKeypair (int32_t nBits=1024) |
| void | Cleanup () |
| bool | SetOntoKeypair (OTKeypair &theKeypair) |
| OTLowLevelKeyData () | |
| ~OTLowLevelKeyData () | |
Public Attributes | |
| bool | m_bCleanup |
| OTLowLevelKeyDataOpenSSLdp * | dp |
OTLowLevelKeyData Used for passing x509's and EVP_PKEYs around, so a replacement crypto engine will not require changes to any function parameters throughout the rest of OT.
Definition at line 186 of file OTLowLevelKeyData.hpp.
| opentxs::OTLowLevelKeyData::OTLowLevelKeyData | ( | ) |
Definition at line 171 of file OTLowLevelKeyData.cpp.
| opentxs::OTLowLevelKeyData::~OTLowLevelKeyData | ( | ) |
Definition at line 163 of file OTLowLevelKeyData.cpp.
| void opentxs::OTLowLevelKeyData::Cleanup | ( | ) |
Definition at line 183 of file OTLowLevelKeyData.cpp.
| bool opentxs::OTLowLevelKeyData::MakeNewKeypair | ( | int32_t | nBits = 1024 | ) |
Definition at line 191 of file OTLowLevelKeyData.cpp.
| bool opentxs::OTLowLevelKeyData::SetOntoKeypair | ( | OTKeypair & | theKeypair | ) |
Definition at line 255 of file OTLowLevelKeyData.cpp.
| OTLowLevelKeyDataOpenSSLdp* opentxs::OTLowLevelKeyData::dp |
Definition at line 203 of file OTLowLevelKeyData.hpp.
| bool opentxs::OTLowLevelKeyData::m_bCleanup |
Definition at line 193 of file OTLowLevelKeyData.hpp.