|
Open-Transactions
0.93.0-ge03d287
|
#include <OTCrypto.hpp>
Public Member Functions | |
| EXPORT | ~OTCrypto_Decrypt_Output () |
| EXPORT | OTCrypto_Decrypt_Output (const OTCrypto_Decrypt_Output &rhs) |
| EXPORT | OTCrypto_Decrypt_Output (OTPassword &thePassword) |
| EXPORT | OTCrypto_Decrypt_Output (OTPayload &thePayload) |
| EXPORT void | swap (OTCrypto_Decrypt_Output &other) |
| EXPORT OTCrypto_Decrypt_Output & | operator= (OTCrypto_Decrypt_Output other) |
| EXPORT bool | Concatenate (const void *pAppendData, uint32_t lAppendSize) const |
| EXPORT void | Release () |
| EXPORT void | Release_Envelope_Decrypt_Output () const |
Definition at line 199 of file OTCrypto.hpp.
| opentxs::OTCrypto_Decrypt_Output::~OTCrypto_Decrypt_Output | ( | ) |
Definition at line 774 of file OTCrypto.cpp.
| opentxs::OTCrypto_Decrypt_Output::OTCrypto_Decrypt_Output | ( | const OTCrypto_Decrypt_Output & | rhs | ) |
Definition at line 792 of file OTCrypto.cpp.
| opentxs::OTCrypto_Decrypt_Output::OTCrypto_Decrypt_Output | ( | OTPassword & | thePassword | ) |
Definition at line 801 of file OTCrypto.cpp.
| opentxs::OTCrypto_Decrypt_Output::OTCrypto_Decrypt_Output | ( | OTPayload & | thePayload | ) |
Definition at line 807 of file OTCrypto.cpp.
| bool opentxs::OTCrypto_Decrypt_Output::Concatenate | ( | const void * | pAppendData, |
| uint32_t | lAppendSize | ||
| ) | const |
Definition at line 855 of file OTCrypto.cpp.
| OTCrypto_Decrypt_Output & opentxs::OTCrypto_Decrypt_Output::operator= | ( | OTCrypto_Decrypt_Output | other | ) |
Definition at line 826 of file OTCrypto.cpp.
| void opentxs::OTCrypto_Decrypt_Output::Release | ( | ) |
Definition at line 837 of file OTCrypto.cpp.
| void opentxs::OTCrypto_Decrypt_Output::Release_Envelope_Decrypt_Output | ( | ) | const |
Definition at line 848 of file OTCrypto.cpp.
| void opentxs::OTCrypto_Decrypt_Output::swap | ( | OTCrypto_Decrypt_Output & | other | ) |
Definition at line 813 of file OTCrypto.cpp.