CryptoSpi::CAsymmetricSignatureCharacteristics Class Reference

class CryptoSpi::CAsymmetricSignatureCharacteristics : public CryptoSpi::CCharacteristics

The class holds the signature characteristics. which is used for internalization.

Inherits from

Constructor & Destructor Documentation

CAsymmetricSignatureCharacteristics()

CAsymmetricSignatureCharacteristics ( ) [private]

Constructor

~CAsymmetricSignatureCharacteristics()

~CAsymmetricSignatureCharacteristics ( ) [virtual]

Destructor

Member Functions Documentation

InternalizeL(RReadStream &)

void InternalizeL ( RReadStream & aStream ) [virtual]

Internalize this object from the supplied stream.

Parameters

RReadStream & aStream Stream to read CAsymmetricSignatureCharacteristics 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.

NewL()

CAsymmetricSignatureCharacteristics * NewL ( ) [static]

Create a new instance of CAsymmetricSignatureCharacteristics .

NewLC()

CAsymmetricSignatureCharacteristics * NewLC ( ) [static]

Create a new instance of CAsymmetricSignatureCharacteristics . Leave it on the cleanup stack.

Member Data Documentation

TInt iKeySupportMode

TInt iKeySupportMode

The supported key mode bit map. e.g. extern key, internal key or both

TUint iMaximumKeyLength

TUint iMaximumKeyLength

The maximum key length in bits

RArray< TInt32 > iSupportedPaddingModes

RArray < TInt32 > iSupportedPaddingModes

The list of supported padding modes