#include <signed.h>
Link against: crypto.lib
class CSubjectPublicKeyInfo : public CBase |
Protected Attributes | |
---|---|
CAlgorithmIdentifier * | iAlgId |
HBufC8 * | iEncodedKeyData |
Public Member Functions | |
---|---|
~CSubjectPublicKeyInfo() | |
IMPORT_C TAlgorithmId | AlgorithmId() |
IMPORT_C const TPtrC8 | EncodedParams() |
IMPORT_C const TPtrC8 | KeyData() |
IMPORT_C CSubjectPublicKeyInfo * | NewL(const CSubjectPublicKeyInfo &) |
IMPORT_C CSubjectPublicKeyInfo * | NewLC(const CSubjectPublicKeyInfo &) |
Protected Member Functions | |
---|---|
virtual IMPORT_C void | ConstructL(const CSubjectPublicKeyInfo &) |
A base class for a container that holds information about a subject public key.
It contains the algorithm ID, the encoded public key and the encoded parameters.
HBufC8 * | iEncodedKeyData | [protected] |
A heap descriptor representing the encoded key data.
IMPORT_C | ~CSubjectPublicKeyInfo | ( | ) |
Destructor.
Frees all resources owned by the object.
IMPORT_C void | ConstructL | ( | const CSubjectPublicKeyInfo & | aSubjectPublicKeyInfo | ) | [protected, virtual] |
Second-phase constructor.
Parameters | |
---|---|
aSubjectPublicKeyInfo | The subject public key object to be copied. |
IMPORT_C const TPtrC8 | EncodedParams | ( | ) | const |
Gets the encoded parameters required by the algorithm.
IMPORT_C const TPtrC8 | KeyData | ( | ) | const |
Gets the encoded public key data.
IMPORT_C CSubjectPublicKeyInfo * | NewL | ( | const CSubjectPublicKeyInfo & | aSubjectPublicKeyInfo | ) | [static] |
Creates a new subject public key object copied from an existing object.
Parameters | |
---|---|
aSubjectPublicKeyInfo | The subject public key object to be copied. |
IMPORT_C CSubjectPublicKeyInfo * | NewLC | ( | const CSubjectPublicKeyInfo & | aSubjectPublicKeyInfo | ) | [static] |
Creates a new subject public key object copied from an existing object and puts a pointer to the new object onto the cleanup stack.
Parameters | |
---|---|
aSubjectPublicKeyInfo | The subject public key object to be copied. |