#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.
| TInt | MaxInputLength | ( | void | ) | const [pure virtual] |
Gets the maximum size of input accepted by this object.
Returns: The maximum input length allowed in bytes.
| TInt | MaxOutputLength | ( | void | ) | const [pure virtual] |
Gets the maximum size of output that can be generated by this object.
Returns: The maximum output length in bytes.