#include <signed.h>
Link against: crypto.lib
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.
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.
Parameters | |
---|---|
aResult | The RSA Signature Result object to be compared. |