#include <gpgme.h>
Inherits std::istream.
|
std::shared_ptr< GpgME::Data > | dec_d |
|
std::FILE * | file |
|
Definition at line 78 of file gpgme.h.
◆ decrypted_stream_t() [1/2]
ledger::decrypted_stream_t::decrypted_stream_t |
( |
path & | filename | ) |
|
◆ decrypted_stream_t() [2/2]
ledger::decrypted_stream_t::decrypted_stream_t |
( |
std::shared_ptr< GpgME::Data > | dec_d | ) |
|
◆ ~decrypted_stream_t()
ledger::decrypted_stream_t::~decrypted_stream_t |
( |
| ) |
|
◆ decrypt()
static std::shared_ptr< GpgME::Data > ledger::decrypted_stream_t::decrypt |
( |
std::shared_ptr< GpgME::Data > | enc_d | ) |
|
|
static |
◆ open_file()
static std::FILE * ledger::decrypted_stream_t::open_file |
( |
const path & | filename | ) |
|
|
static |
◆ open_stream()
static std::istream * ledger::decrypted_stream_t::open_stream |
( |
const path & | filename | ) |
|
|
static |
◆ setup_cipher_buffer()
static std::shared_ptr< GpgME::Data > ledger::decrypted_stream_t::setup_cipher_buffer |
( |
std::FILE * | f | ) |
|
|
static |
◆ dec_d
std::shared_ptr<GpgME::Data> ledger::decrypted_stream_t::dec_d |
◆ file
std::FILE* ledger::decrypted_stream_t::file |
The documentation for this class was generated from the following file: