|
| unsigned char * | Convert (const std::vector< unsigned char > &input) |
| |
| std::vector< unsigned char > | Convert (const unsigned char *input, const size_t n) |
| |
| void | Print (const char *header, const unsigned char *data, const size_t n) |
| |
Definition at line 10 of file QCryptoRSAEnvelope.hh.
◆ Mode
◆ QCryptoRSAEnvelope()
| QCryptoRSAEnvelope::QCryptoRSAEnvelope |
( |
const std::string & |
pKey, |
|
|
const Mode |
mode |
|
) |
| |
◆ ~QCryptoRSAEnvelope()
| QCryptoRSAEnvelope::~QCryptoRSAEnvelope |
( |
| ) |
|
|
virtual |
◆ Convert() [1/2]
| unsigned char * QCryptoRSAEnvelope::Convert |
( |
const std::vector< unsigned char > & |
input | ) |
|
|
private |
◆ Convert() [2/2]
| std::vector< unsigned char > QCryptoRSAEnvelope::Convert |
( |
const unsigned char * |
input, |
|
|
const size_t |
n |
|
) |
| |
|
private |
◆ Print()
| void QCryptoRSAEnvelope::Print |
( |
const char * |
header, |
|
|
const unsigned char * |
data, |
|
|
const size_t |
n |
|
) |
| |
|
private |
◆ Process() [1/2]
| std::vector< unsigned char > QCryptoRSAEnvelope::Process |
( |
const std::string & |
message | ) |
|
◆ Process() [2/2]
| std::vector< unsigned char > QCryptoRSAEnvelope::Process |
( |
const std::vector< unsigned char > & |
message | ) |
|
◆ fCTX
◆ fMode
| Mode QCryptoRSAEnvelope::fMode |
|
private |
◆ fPKey
The documentation for this class was generated from the following files: