MDMEncryptionUtilInterface Class Reference

class MDMEncryptionUtilInterface

An CDMEncryptionUtil abstract class being representative of the concrete class which the client wishes to use.

It acts as a base, for a real class to provide all the functionality that a client requires. It supplies instantiation & destruction by using the ECom framework, and functional services by using the methods of the actual class.

Member Functions Documentation

DecryptL(TDes &, TDes &)

TInt DecryptL ( TDes & aInput,
TDes & aOutput
) [pure virtual]

Decrypts the data.

Parameters

TDes & aInput
TDes & aOutput - the decrypted information is stored in this parameter.

EncryptL(TDes &, TDes &)

TInt EncryptL ( TDes & aInput,
TDes & aOutput
) [pure virtual]

Encrypts the data.

Parameters

TDes & aInput - is the input string which has to be encrypted.
TDes & aOutput - the encrypted information is stored parameter.