CryptoSpi::MAsymmetricCipher Class Reference

class CryptoSpi::MAsymmetricCipher : public CryptoSpi::MAsymmetricCipherBase

Inherits from

Member Functions Documentation

ProcessL(const TDesC8 &, TDes8 &)

voidProcessL(const TDesC8 &aInput,
TDes8 &aOutput
)[pure virtual]
Encrypts or decrypts aInput and appends the result to aOutput.
leave
... Any of the crypto error codes defined in cryptospi_errs.h or any of the system-wide error codes.

Parameters

const TDesC8 & aInputThe input data to be processed.
TDes8 & aOutputThe resulting processed data appended to aOutput.