|
||
class CSigningAlgorithmIdentifier : public CBase;
Contains two CAlgorithmIdentifier
objects for comparison purposes.
Implements an equality operator.
CBase
-
Base class for all classes to be instantiated on the heap.
CSigningAlgorithmIdentifier
- Contains two CAlgorithmIdentifier objects for comparison purposes.
Defined in 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 ...~CSigningAlgorithmIdentifier()
Destructor.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 CSigningAlgorithmIdentifier* NewL(const CSigningAlgorithmIdentifier &aSigningAlgorithmIdentifier);
Constructs a new Signing Algorithm Identifier object, copying an existing Signing Algorithm Identifier object.
|
|
IMPORT_C static CSigningAlgorithmIdentifier* NewLC(const CSigningAlgorithmIdentifier &aSigningAlgorithmIdentifier);
Constructs a new Signing Algorithm Identifier object, copying an existing Signing Algorithm Identifier object, and puts a pointer to it onto the cleanup stack.
|
|
IMPORT_C ~CSigningAlgorithmIdentifier();
Destructor.
Frees all resources owned by the object, prior to its destruction.
IMPORT_C TBool operator==(const CSigningAlgorithmIdentifier &aSigningAlgorithmIdentifier) const;
Tests whether the Signing Algorithm Identifier object is equal to the specified Signing Algorithm Identifier object.
|
|
IMPORT_C const CAlgorithmIdentifier& AsymmetricAlgorithm() const;
Gets the signature ID of the asymmetric algorithm.
|
IMPORT_C const CAlgorithmIdentifier& DigestAlgorithm() const;
Gets the signature ID of the digest algorithm.
|
protected: CAlgorithmIdentifier * iAsymmetricAlgorithm;
The signature ID of the asymmetric algorithm.
protected: CAlgorithmIdentifier * iDigestAlgorithm;
The signature ID of the digest algorithm.