#include <asymmetric.h>
| class MCryptoSystem |
| Public Member Functions | |
|---|---|
| pure virtual TInt | MaxInputLength(void) |
| pure virtual TInt | MaxOutputLength(void) |
| Protected Member Functions | |
|---|---|
| MCryptoSystem(void) | |
Mixin class defining common operations for public key encryption and decryption classes.
| IMPORT_C | MCryptoSystem | ( | void | ) | [protected] |
Constructor
| TInt | MaxInputLength | ( | void | ) | const [pure virtual] |
Gets the maximum size of input accepted by this object.
| TInt | MaxOutputLength | ( | void | ) | const [pure virtual] |
Gets the maximum size of output that can be generated by this object.