|
||
class CPKCS1SignatureResult : public CRSASignatureResult;
The signature result in PKCS#1 format.
CBase
-
Base class for all classes to be instantiated on the heap.
CRSASignatureResult
- The RSA public key algorithm signature result.
CPKCS1SignatureResult
- The signature result in PKCS#1 format.
Defined in CPKCS1SignatureResult
:
NewL(const CAlgorithmIdentifier &,const TDesC8 &)
Creates a new algorithm ID object copied from an existing object.NewLC(const CAlgorithmIdentifier &,const TDesC8 &)
Creates a new algorithm ID object copied from an existing object, and puts a poi...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 CPKCS1SignatureResult* NewL(const CAlgorithmIdentifier &aDigestAlgorithm, const TDesC8 &aDigest);
Creates a new algorithm ID object copied from an existing object.
|
|
IMPORT_C static CPKCS1SignatureResult* NewLC(const CAlgorithmIdentifier &aDigestAlgorithm, const TDesC8 &aDigest);
Creates a new algorithm ID object copied from an existing object, and puts a pointer to the new object onto the cleanup stack.
|
|