#include <asymmetric.h>
| class CVerifier : public CBase |
| Public Member Functions | |
|---|---|
| pure virtual TBool | VerifyL(const TDesC8 &, const CSignature &) |
| Protected Member Functions | |
|---|---|
| CVerifier(void) | |
Abstract class for all public key verifiers.
The template parameter, CSignature, should be a class that encapsulates the concept of a digital signature. Derived signature classes must own their respective signatures (and hence be CBase derived). There are no other restrictions on the formation of the signature classes.