Location:
e32base.h
Link against: euser.lib
CBoundedSecurityBase
Supported from 5.0
An extension base class for the security model which extends the interface.
The class adds the MaxCipherLength() interface to the
security model.
|
Defined in CBoundedSecurityBase:
MaxCipherLength()
Inherited from CBase:
operator new()
Inherited from CSecurityBase:
IsEnabled(),
NewDecryptL(),
NewEncryptL(),
PrepareL(),
SecurityData(),
SetEnabledL(),
SetL()
virtual TInt MaxCipherLength(TInt aPlainTextLength) const = 0;
Returns the length of the encrypted data block corresponding to a given input data length.
A derived class must provide a concrete implementation for this function. The detail is dependent on the encryption scheme used.
|
|