CCMSX509SubjectPublicKeyInfo Class Reference
class CCMSX509SubjectPublicKeyInfo : public CCMSSequence |
X.509 SubjectPublicKeyInfo type module
ASN.1 definition: SubjectPublicKeyInfo ::= SEQUENCE { algorithm AlgorithmIdentifier, subjectPublicKey BIT STRING }
Inherits from
- CCMSX509SubjectPublicKeyInfo
Constructor & Destructor Documentation
CCMSX509SubjectPublicKeyInfo()
IMPORT_C | CCMSX509SubjectPublicKeyInfo | ( | ) | [protected] |
~CCMSX509SubjectPublicKeyInfo()
~CCMSX509SubjectPublicKeyInfo | ( | ) | [virtual] |
Member Functions Documentation
Algorithm()
Getter for algorithm.
- Since
- 2.8
ConstructL(const CCMSX509AlgorithmIdentifier &, const TDesC8 &)
Protected construction to allow derivation
ConstructL(const CSubjectPublicKeyInfo &)
Protected construction to allow derivation
ConstructL()
IMPORT_C void | ConstructL | ( | ) | [protected] |
Protected construction to allow derivation
DecodeL(const TDesC8 &)
void | DecodeL | ( | const TDesC8 & | aRawData | ) | |
Parameters
const TDesC8 & aRawData | raw-data to be parsed in this instance |
NewL(const CCMSX509AlgorithmIdentifier &, const TDesC8 &)
Two-phased constructor. Copies of the parameters are made.
NewL(const CSubjectPublicKeyInfo &)
SetAlgorithmL(const CCMSX509AlgorithmIdentifier &)
Setter for algorithm. Creates a copy.
- Since
- 2.8
SetSubjectPublicKeyL(const TDesC8 &)
IMPORT_C void | SetSubjectPublicKeyL | ( | const TDesC8 & | aSubjectPublicKey | ) | |
Setter for subjectPublicKey.
- Since
- 2.8
Parameters
const TDesC8 & aSubjectPublicKey | bit string |
SubjectPublicKey()
IMPORT_C const TDesC8 & | SubjectPublicKey | ( | ) | const |
Getter for subjectPublicKey.
- Since
- 2.8
Member Data Documentation
CCMSX509AlgorithmIdentifier * iAlgorithm
HBufC8 * iSubjectPublicKey
HBufC8 * | iSubjectPublicKey | [private] |
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.