|
|
|
|
Location:
signed.h
Link against: crypto.lib
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(), iDigest, iDigestAlgorithm, operator==(), ~CRSASignatureResult()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
virtual IMPORT_C 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.