CSubjectPublicKeyInfo Class Reference
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.
Constructor & Destructor Documentation
~CSubjectPublicKeyInfo()
IMPORT_C | ~CSubjectPublicKeyInfo | ( | ) | |
Destructor.
Frees all resources owned by the object.
Member Functions Documentation
ConstructL(const CSubjectPublicKeyInfo &)
Second-phase constructor.
EncodedParams()
IMPORT_C const TPtrC8 | EncodedParams | ( | ) | const |
Gets the encoded parameters required by the algorithm.
KeyData()
IMPORT_C const TPtrC8 | KeyData | ( | ) | const |
Gets the encoded public key data.
NewL(const CSubjectPublicKeyInfo &)
Creates a new subject public key object copied from an existing object.
NewLC(const CSubjectPublicKeyInfo &)
Creates a new subject public key object copied from an existing object and puts a pointer to the new object onto the cleanup stack.
Member Data Documentation
CAlgorithmIdentifier * iAlgId
HBufC8 * iEncodedKeyData
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.