|
||
class CRSASignatureResult : public CBase;
The RSA public key algorithm signature result.
Derived classes:
CBase
-
Base class for all classes to be instantiated on the heap.
CRSASignatureResult
- The RSA public key algorithm signature result.
Defined in CRSASignatureResult
:
VerifyL(const TDesC8 &)
Tests whether the signature result is valid.iDigest
A heap descriptor representing the digest algorithm. iDigestAlgorithm
The digest algorithm ID. operator==(const CRSASignatureResult &)const
Compares this RSA Signature Result object with the specified RSA Signature Resul...~CRSASignatureResult()
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...TKeyFactory::RSASignatureResultL(const CAlgorithmIdentifier &,TDesC8 &)const
Gets the RSA signature result.IMPORT_C virtual TBool VerifyL(const TDesC8 &aResult)=0;
Tests whether the signature result is valid.
|
|
protected: IMPORT_C TBool operator==(const CRSASignatureResult &aResult) const;
Compares this RSA Signature Result object with the specified RSA Signature Result object for equality.
|
|
protected: HBufC8 * iDigest;
A heap descriptor representing the digest algorithm.