#include <cryptospi/plugincharacteristics.h>
Link against: cryptospi.lib
| class CryptoSpi::THashCharacteristics |
| Public Attributes | |
|---|---|
| TCommonCharacteristics | cmn |
| TUint | iBlockSize |
| TUint | iOperationModeNum |
| TUint | iOutputSize |
| const TInt32 * | iSupportedOperationModes |
| Public Member Functions | |
|---|---|
| void | ExternalizeL(RWriteStream &) |
| IMPORT_C TBool | IsOperationModeSupported(TUid) |
Hash Characteristics
| const TInt32 * | iSupportedOperationModes |
The list of supported Operation modes
| void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalises hash characteristics to a write stream.
| Parameters | |
|---|---|
| aStream | Stream to which the object should be externalised. |
Deprecated
Determines whether an operation mode (e.g. HMAC) is supported by the plug-in by searching through iSupportedOperationModes for the UID value corresponding to the aOperationMode parameter.
| Parameters | |
|---|---|
| aOperationMode | The UID of the operation mode to test |