Location:
wtlscert.h
Link against: wtlscert.lib
class CWTLSAlgorithmIdentifier : public CAlgorithmIdentifier;
Description
Derivation
CBase - Base class for all classes to be instantiated on the heap
CAlgorithmIdentifier - Contains an algorithm ID and any encoded parameters required by that algorithm
CWTLSAlgorithmIdentifier - (No abstract)
Members
Defined in CWTLSAlgorithmIdentifier:
NewL(), NewL(), NewLC(), NewLC()
Inherited from CAlgorithmIdentifier:
Algorithm(),
ConstructL(),
EncodedParams(),
iAlgorithmId,
iEncodedParams,
operator==()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
static IMPORT_C CWTLSAlgorithmIdentifier *NewL(const TDesC8 &aBinaryData);
Description
Parameters
Return value
static IMPORT_C CWTLSAlgorithmIdentifier *NewLC(const TDesC8 &aBinaryData);
Description
Parameters
Return value
static IMPORT_C CWTLSAlgorithmIdentifier *NewL(const TDesC8 &aBinaryData, TInt &aPos);
Description
Parameters
Return value
static IMPORT_C CWTLSAlgorithmIdentifier *NewLC(const TDesC8 &aBinaryData, TInt &aPos);
Description
Parameters
Return value