CryptoSpi::CHashCharacteristics Class Reference
class CryptoSpi::CHashCharacteristics : public CryptoSpi::CCharacteristics |
The class holds the hash characteristics. which is used for internalization.
Inherits from
- CryptoSpi::CHashCharacteristics
Constructor & Destructor Documentation
CHashCharacteristics()
CHashCharacteristics | ( | ) | [private] |
~CHashCharacteristics()
~CHashCharacteristics | ( | ) | [virtual] |
Member Functions Documentation
InternalizeL(RReadStream &)
Parameters
RReadStream & aStream | Stream to read CHashCharacteristics from. |
IsOperationModeSupported(TUid)
TBool
| IsOperationModeSupported | ( | TUid | aOperationMode | ) | const |
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
TUid aOperationMode | The UID of the operation mode to test |
Member Data Documentation
TUint
iBlockSize
The internal block size of the hash in bits
TUint
iOutputSize
the output size of the hash in bytes
RArray< TInt32 > iSupportedOperationModes
The list of supported Operation modes
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.