#include <crypter.h>
Inheritance diagram for Crypter:

Public Methods | |
| virtual buffer * | public_encrypt (unsigned char *buf, int length)=0 |
| virtual buffer * | private_decrypt (unsigned char *buf, int length)=0 |
| virtual buffer * | private_sign (unsigned char *buf, int length)=0 |
| virtual int | public_verify (unsigned char *buf, int length, unsigned char *sig)=0 |
Protected Methods | |
| Crypter () | |
|
|
|
|
||||||||||||
|
Implemented in RSAcrypter. Referenced by qpzuserdb::comparepass(), and PostOffice::inbox(). |
|
||||||||||||
|
Implemented in RSAcrypter. Referenced by PostOffice::_send(). |
|
||||||||||||
|
Implemented in RSAcrypter. Referenced by PostOffice::_send(), and qpzuserdb::setpass(). |
|
||||||||||||||||
|
Implemented in RSAcrypter. Referenced by PostOffice::inbox(). |
1.2.18