CryptoSpi::CCharacteristics Class Reference
#include
<cryptospi/cryptocharacteristics.h>
Link against: cryptospi.lib
class CryptoSpi::CCharacteristics : public CBase |
Inherits from
- CryptoSpi::CCharacteristics
Detailed Description
The class holds the common characteristics of an interface. which is used for internalization.
Member Attribute Documentation
iAlgorithmUid
Algorithm UID, e.g MD2, 3DES
iInterfaceUid
Interface UID, e.g hash, symmetric cipher
iIsFIPSApproved
whether the implementation is FIPS compliant
iIsHardwareSupported
TBool
| iIsHardwareSupported |
whether the implementation is a hardware one
iMaxConcurrencySupported
TUint
| iMaxConcurrencySupported |
the Maximum concurrent operation supported
Constructor & Destructor Documentation
CCharacteristics ( )
CCharacteristics | ( | ) | [protected] |
~CCharacteristics ( )
~CCharacteristics | ( | ) | [virtual] |
Member Function Documentation
InternalizeL ( RReadStream & )
Parameter | Description | aStream | Stream to read CCharacteristics from. |