| 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.
| TInt | DecryptL | ( | TDes & | aInput, |
| TDes & | aOutput | |||
| ) | [pure virtual] | |||
Decrypts the data.
| TInt | EncryptL | ( | TDes & | aInput, |
| TDes & | aOutput | |||
| ) | [pure virtual] | |||
Encrypts the data.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.