#include <signed.h>
| class CRSASignatureResult : public CBase |
| Protected Attributes | |
|---|---|
| HBufC8 * | iDigest |
| CAlgorithmIdentifier * | iDigestAlgorithm |
| Public Member Functions | |
|---|---|
| ~CRSASignatureResult() | |
| pure virtual IMPORT_C TBool | VerifyL(const TDesC8 &) |
| Protected Member Functions | |
|---|---|
| IMPORT_C TBool | operator==(const CRSASignatureResult &) |
The RSA public key algorithm signature result.
CWTLSRSASignatureResult
CPKCS1SignatureResult.
See also: TKeyFactory::RSASignatureResultL()
| IMPORT_C | ~CRSASignatureResult | ( | ) |
Destructor.
Frees all resources owned by the object.
| IMPORT_C TBool | operator== | ( | const CRSASignatureResult & | aResult | ) | const [protected] |
Compares this RSA Signature Result object with the specified RSA Signature Result object for equality.
| Parameter | Description |
|---|---|
| aResult | The RSA Signature Result object to be compared. |
Returns: ETrue, if they are the same; EFalse, otherwise.