#include <cryptospi/plugincharacteristics.h>
Link against: cryptospi.lib
| class CryptoSpi::TSymmetricCipherCharacteristics |
| Public Member Functions | |
|---|---|
| void | ExternalizeL(RWriteStream &) |
| IMPORT_C TBool | IsOperationModeSupported(TUid) |
| IMPORT_C TBool | IsPaddingModeSupported(TUid) |
Symmetric Cipher Chararcteristics
| TInt | iKeySupportMode |
The supported key mode bit map. e.g. extern key, internal key or both
| const TInt32 * | iSupportedOperationModes |
The list of supported Operation modes
| void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalises symmetric cipher characteristics to a write stream.
| Parameters | |
|---|---|
| aStream | Stream to which the object should be externalised. |
Determines whether an operation mode (e.g. CBC) 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 |
Determines whether a padding mode (e.g. PKCS7) is supported by the plug-in by searching through iSupportedPaddingModes for the UID value corresponding to the aPaddingMode parameter.
| Parameters | |
|---|---|
| aPaddingMode | The UID of the padding mode to test. |