|
||
class CWTLSAlgorithmIdentifier : public CAlgorithmIdentifier;
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)
Defined in CWTLSAlgorithmIdentifier
:
Inherited from CAlgorithmIdentifier
:
Algorithm()const
Gets the algorithm identifier.CAlgorithmIdentifier(TAlgorithmId &)
Constructor taking the specified parameters.ConstructL(const CAlgorithmIdentifier &)
Second-phase constructor taking an existing algorithm identifier object.ConstructL(const TDesC8 &)
Second-phase constructor taking encoded parameters.EncodedParams()const
Gets the encoded parameters for the algorithm identifier.NewL(TAlgorithmId &,const TDesC8 &)
Creates a new algorithm ID object.NewL(const CAlgorithmIdentifier &)
Creates a new algorithm ID object copied from an existing object.NewLC(TAlgorithmId &,const TDesC8 &)
Creates a new algorithm ID object, and puts a pointer to the new object onto the...NewLC(const CAlgorithmIdentifier &)
Creates a new algorithm ID object copied from an existing object, and puts a poi...iAlgorithmId
The algorithm ID. iEncodedParams
The encoded parameters for the algorithm ID. operator==(const CAlgorithmIdentifier &)const
Tests whether this algorithm identifier object is equal to the specified algorit...Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...IMPORT_C static CWTLSAlgorithmIdentifier* NewL(const TDesC8 &aBinaryData);
|
|
IMPORT_C static CWTLSAlgorithmIdentifier* NewLC(const TDesC8 &aBinaryData);
|
|
IMPORT_C static CWTLSAlgorithmIdentifier* NewL(const TDesC8 &aBinaryData, TInt &aPos);
|
|
IMPORT_C static CWTLSAlgorithmIdentifier* NewLC(const TDesC8 &aBinaryData, TInt &aPos);
|
|