class CRSASignatureResult : public CBase |
The RSA public key algorithm signature result.
CWTLSRSASignatureResult
v6.0
Public Member Functions | |
---|---|
~CRSASignatureResult() | |
IMPORT_C TBool | VerifyL(const TDesC8 &) |
Protected Member Functions | |
---|---|
IMPORT_C TBool | operator==(const CRSASignatureResult &) |
Protected Attributes | |
---|---|
HBufC8 * | iDigest |
CAlgorithmIdentifier * | iDigestAlgorithm |
IMPORT_C | ~CRSASignatureResult | ( | ) |
Destructor.
Frees all resources owned by the object.
IMPORT_C TBool | VerifyL | ( | const TDesC8 & | aResult | ) | [pure virtual] |
Tests whether the signature result is valid.
ETrue if the signature result is valid, otherwise EFalse.
const TDesC8 & aResult | The signature result. |
IMPORT_C TBool | operator== | ( | const CRSASignatureResult & | aResult | ) | const [protected] |
Compares this RSA Signature Result object with the specified RSA Signature Result object for equality.
ETrue, if they are the same; EFalse, otherwise.
const CRSASignatureResult & aResult | The RSA Signature Result object to be compared. |
CAlgorithmIdentifier * | iDigestAlgorithm | [protected] |
The digest algorithm ID.