| class CPKCS1SignatureResult : public CRSASignatureResult |
The signature result in PKCS#1 format.
v6.0
| Public Member Functions | |
|---|---|
| IMPORT_C CPKCS1SignatureResult * | NewL(const CAlgorithmIdentifier &, const TDesC8 &) |
| IMPORT_C CPKCS1SignatureResult * | NewLC(const CAlgorithmIdentifier &, const TDesC8 &) |
| IMPORT_C TBool | VerifyL(const TDesC8 &) |
| Private Member Functions | |
|---|---|
| void | ConstructL(const CAlgorithmIdentifier &, const TDesC8 &) |
| TBool | DoVerifyL(const TDesC8 &) |
| Inherited Attributes | |
|---|---|
| CRSASignatureResult::iDigest | |
| CRSASignatureResult::iDigestAlgorithm | |
| void | ConstructL | ( | const CAlgorithmIdentifier & | aDigestAlgorithm, |
| const TDesC8 & | aDigest | |||
| ) | [private] | |||
| const CAlgorithmIdentifier & aDigestAlgorithm | |
| const TDesC8 & aDigest |
| TBool | DoVerifyL | ( | const TDesC8 & | aResult | ) | [private] |
| const TDesC8 & aResult |
| IMPORT_C CPKCS1SignatureResult * | NewL | ( | const CAlgorithmIdentifier & | aDigestAlgorithm, |
| const TDesC8 & | aDigest | |||
| ) | [static] | |||
Creates a new algorithm ID object copied from an existing object.
A pointer to the new algorithm ID object.
| const CAlgorithmIdentifier & aDigestAlgorithm | The algorithm ID object to be copied. |
| const TDesC8 & aDigest | A non-modifiable descriptor representing the digest algorithm. |
| IMPORT_C CPKCS1SignatureResult * | NewLC | ( | const CAlgorithmIdentifier & | aDigestAlgorithm, |
| const TDesC8 & | aDigest | |||
| ) | [static] | |||
Creates a new algorithm ID object copied from an existing object, and puts a pointer to the new object onto the cleanup stack.
A pointer to the new algorithm ID object.
| const CAlgorithmIdentifier & aDigestAlgorithm | The algorithm ID object to be copied. |
| const TDesC8 & aDigest | A non-modifiable descriptor representing the digest algorithm. |