CVerifier Class Reference
class CVerifier : public CBase
|
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.
Constructor & Destructor Documentation
CVerifier(void)
CVerifier
|
(
|
void
|
|
)
|
[protected]
|
CVerifier(const CVerifier &)
Member Functions Documentation
VerifyL(const TDesC8 &, const CSignature &)
TBool
|
VerifyL
|
(
|
const
TDesC8
&
|
aInput,
|
|
const CSignature &
|
aSignature
|
|
)
|
const [pure virtual]
|
Verifies the specified digital signature
Parameters
const
TDesC8
& aInput
|
The message digest that was originally signed
|
const CSignature & aSignature
|
The signature to be verified
|
operator=(const CVerifier &)
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.