|
||
class CWTLSRSASignatureResult : public CRSASignatureResult;
CBase
-
Base class for all classes to be instantiated on the heap.
CRSASignatureResult
- The RSA public key algorithm signature result.
CWTLSRSASignatureResult
- (No abstract)
Defined in CWTLSRSASignatureResult
:
NewL(const CAlgorithmIdentifier &,const TDesC8 &)
NewLC(const CAlgorithmIdentifier &,const TDesC8 &)
VerifyL(const TDesC8 &)
Tests whether the signature result is valid.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...Inherited from CRSASignatureResult
:
iDigest
A heap descriptor representing the digest algorithm. iDigestAlgorithm
The digest algorithm ID. operator==(const CRSASignatureResult &)const
Compares this RSA Signature Result object with the specified RSA Signature Resul...IMPORT_C static CWTLSRSASignatureResult* NewL(const CAlgorithmIdentifier &aDigestAlgorithm, const TDesC8 &aDigest);
|
|
IMPORT_C static CWTLSRSASignatureResult* NewLC(const CAlgorithmIdentifier &aDigestAlgorithm, const TDesC8 &aDigest);
|
|