|
||
class CWTLSSigningAlgorithmIdentifier : public CSigningAlgorithmIdentifier;
CBase
-
Base class for all classes to be instantiated on the heap.
CSigningAlgorithmIdentifier
- Contains two CAlgorithmIdentifier objects for comparison purposes.
CWTLSSigningAlgorithmIdentifier
- (No abstract)
Defined in CWTLSSigningAlgorithmIdentifier
:
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...Inherited from CSigningAlgorithmIdentifier
:
AsymmetricAlgorithm()const
Gets the signature ID of the asymmetric algorithm.DigestAlgorithm()const
Gets the signature ID of the digest algorithm.NewL(const CSigningAlgorithmIdentifier &)
Constructs a new Signing Algorithm Identifier object, copying an existing Signin...NewLC(const CSigningAlgorithmIdentifier &)
Constructs a new Signing Algorithm Identifier object, copying an existing Signin...iAsymmetricAlgorithm
The signature ID of the asymmetric algorithm. iDigestAlgorithm
The signature ID of the digest algorithm. operator==(const CSigningAlgorithmIdentifier &)const
Tests whether the Signing Algorithm Identifier object is equal to the specified ...IMPORT_C static CWTLSSigningAlgorithmIdentifier* NewL(const TDesC8 &aBinaryData);
|
|
IMPORT_C static CWTLSSigningAlgorithmIdentifier* NewLC(const TDesC8 &aBinaryData);
|
|
IMPORT_C static CWTLSSigningAlgorithmIdentifier* NewL(const TDesC8 &aBinaryData, TInt &aPos);
|
|
IMPORT_C static CWTLSSigningAlgorithmIdentifier* NewLC(const TDesC8 &aBinaryData, TInt &aPos);
|
|