class CMessageDigestFactory : public CBase |
Factory to create a CMessageDigest derived object according to the identity of the hash algorithm.
Public Member Functions | |
---|---|
IMPORT_C CMessageDigest * | NewDigestL ( CMessageDigest::THashId ) |
IMPORT_C CMessageDigest * | NewDigestLC ( CMessageDigest::THashId ) |
IMPORT_C CMessageDigest * | NewHMACL ( CMessageDigest::THashId , const TDesC8 &) |
IMPORT_C CMessageDigest * | NewHMACLC ( CMessageDigest::THashId , const TDesC8 &) |
IMPORT_C CMessageDigest * | NewDigestL | ( | CMessageDigest::THashId | aHashId | ) | [static] |
Creates a CMessageDigest derived object according to the specified type of hash algorithm.
CMessageDigest::THashId aHashId | The identity of the hash algorithm |
IMPORT_C CMessageDigest * | NewDigestLC | ( | CMessageDigest::THashId | aHashId | ) | [static] |
Creates a CMessageDigest derived object according to the specified type of hash algorithm.
The returned pointer is put onto the cleanup stack.
CMessageDigest::THashId aHashId | The identity of the hash algorithm |
IMPORT_C CMessageDigest * | NewHMACL | ( | CMessageDigest::THashId | aHashId, |
const TDesC8 & | aKey | |||
) | [static] |
Creates a CMessageDigest derived object according to the specified type of hash algorithm and authentication key.
CMessageDigest::THashId aHashId | The identity of the hash algorithm |
const TDesC8 & aKey | The authentication key |
IMPORT_C CMessageDigest * | NewHMACLC | ( | CMessageDigest::THashId | aHashId, |
const TDesC8 & | aKey | |||
) | [static] |
Creates a CMessageDigest derived object according to the specified type of hash algorithm and authentication key.
The returned pointer is put onto the cleanup stack.
CMessageDigest::THashId aHashId | The identity of the hash algorithm |
const TDesC8 & aKey | The authentication key |
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.