Location:
e32base.h
Link against: euser.lib
CSecurityDecryptBase
Supported from 5.0
Defines the interface to a decryption handler which encapsulates the algorithm for data decryption.
Objects of this type are constructed by the security model.
|
Defined in CSecurityDecryptBase:
DecryptL()
Inherited from CBase:
operator new()
virtual TInt DecryptL(TDes8& aOutput,const TDesC8& aInput);
Decrypts data.
This is called when data needs to be decrypted. An
implementation of this function should decrypt the data in aInput
and present the unencrypted results in aOutput. It should also
return a value indicating how much of the input data was consumed.
|
|