CPKCS1SignatureResult Class Reference
class CPKCS1SignatureResult : public CRSASignatureResult |
The signature result in PKCS#1 format.
Member Functions Documentation
ConstructL(const CAlgorithmIdentifier &, const TDesC8 &)
DoVerifyL(const TDesC8 &)
NewL(const CAlgorithmIdentifier &, const TDesC8 &)
Creates a new algorithm ID object copied from an existing object.
Parameters
const CAlgorithmIdentifier & aDigestAlgorithm | The algorithm ID object to be copied. |
const TDesC8 & aDigest | A non-modifiable descriptor representing the digest algorithm. |
NewLC(const CAlgorithmIdentifier &, const TDesC8 &)
Creates a new algorithm ID object copied from an existing object, and puts a pointer to the new object onto the cleanup stack.
Parameters
const CAlgorithmIdentifier & aDigestAlgorithm | The algorithm ID object to be copied. |
const TDesC8 & aDigest | A non-modifiable descriptor representing the digest algorithm. |
VerifyL(const TDesC8 &)
Tests whether the signature result is valid.
Parameters
const TDesC8 & aResult | The signature result to be verified. |
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.