class CSubjectPublicKeyInfo : public CBase |
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.
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 | |
---|---|
IMPORT_C void | ConstructL (const CSubjectPublicKeyInfo &) |
Protected Attributes | |
---|---|
CAlgorithmIdentifier * | iAlgId |
HBufC8 * | iEncodedKeyData |
IMPORT_C | ~CSubjectPublicKeyInfo | ( | ) |
Destructor.
Frees all resources owned by the object.
IMPORT_C void | ConstructL | ( | const CSubjectPublicKeyInfo & | aSubjectPublicKeyInfo | ) | [protected, virtual] |
Second-phase constructor.
const CSubjectPublicKeyInfo & 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 CSubjectPublicKeyInfo * | NewL | ( | const CSubjectPublicKeyInfo & | aSubjectPublicKeyInfo | ) | [static] |
Creates a new subject public key object copied from an existing object.
const CSubjectPublicKeyInfo & 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.
const CSubjectPublicKeyInfo & aSubjectPublicKeyInfo | The subject public key object to be copied. |
HBufC8 * | iEncodedKeyData | [protected] |
A heap descriptor representing the encoded key data.
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.