CryptoSpi::MVerifier Class Reference
class CryptoSpi::MVerifier : public CryptoSpi::MSignatureBase |
The Verifier definition. Intended to allow plug-ins to implement extensible signature verifier functionality, and to work with all known existing signature algorithms, e.g. DSA, RSA etc
Member Functions Documentation
InverseSignL(HBufC8 *&, const CCryptoParams &)
Unsign the signature
- leave
- ... Any of the crypto error codes defined in cryptospi_errs.h or any of the system-wide error codes.
VerifyL(const TDesC8 &, const CCryptoParams &, TBool &)
Verify the signature
- leave
- ... Any of the crypto error codes defined in cryptospi_errs.h or any of the system-wide error codes.
Parameters
const TDesC8 & aInput | The hash of the message to be verified |
const CCryptoParams & aSignature | The signature of the hash |
TBool & aVerificationResult | Indicates the success or failure of the verification |
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.