CryptoSpi::CAsymmetricCipherCharacteristics Class Reference
class CryptoSpi::CAsymmetricCipherCharacteristics : public CryptoSpi::CCharacteristics
|
The class holds the asymmetric cipher characteristics. which is used for internalization.
Inherits from
-
CryptoSpi::CAsymmetricCipherCharacteristics
Constructor & Destructor Documentation
CAsymmetricCipherCharacteristics()
CAsymmetricCipherCharacteristics
|
(
|
)
|
[private]
|
~CAsymmetricCipherCharacteristics()
~CAsymmetricCipherCharacteristics
|
(
|
)
|
[virtual]
|
Member Functions Documentation
InternalizeL(RReadStream &)
Parameters
RReadStream
& aStream
|
Stream to read CAsymmetricCipherCharacteristics from.
|
IsPaddingModeSupported(TUid)
TBool
|
IsPaddingModeSupported
|
(
|
TUid
|
aPaddingMode
|
)
|
const
|
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
TUid
aPaddingMode
|
The UID of the padding mode to test.
|
Member Data Documentation
TInt
iKeySupportMode
The supported key mode bit map. e.g. extern key, internal key or both
TUint
iMaximumKeyLength
The maximum key length in bits
RArray< TInt32 > iSupportedPaddingModes
The list of supported padding 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.