CCMSOriginatorPublicKey Class Reference
class CCMSOriginatorPublicKey : public CCMSSequence |
OriginatorPublicKey type module
ASN.1 definition: OriginatorPublicKey ::= SEQUENCE { algorithm AlgorithmIdentifier, publicKey BIT STRING }
Constructor & Destructor Documentation
CCMSOriginatorPublicKey()
IMPORT_C | CCMSOriginatorPublicKey | ( | ) | [protected] |
~CCMSOriginatorPublicKey()
~CCMSOriginatorPublicKey | ( | ) | [virtual] |
Member Functions Documentation
Algorithm()
Getter for algorithm identifier
- Since
- 2.8
ConstructL(const CCMSX509AlgorithmIdentifier &, const TDesC8 &)
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 CCMSOriginatorPublicKey &)
Two-phased copy constructor.
NewL(const CCMSX509AlgorithmIdentifier &, const TDesC8 &)
Two-phased constructor. Copies of the parameters are made.
NewLC(const CCMSOriginatorPublicKey &)
Two-phased copy constructor. Leaves the created object to cleanup stack.
NewLC(const CCMSX509AlgorithmIdentifier &, const TDesC8 &)
Two-phased constructor. Copies of the parameters are made. Leaves the created object to cleanup stack
PublicKey()
IMPORT_C const TDesC8 & | PublicKey | ( | ) | const |
Getter for public key
- Since
- 2,8
SetAlgorithmL(const CCMSX509AlgorithmIdentifier &)
Setter for algorithm identifier. Create a copy of the parameters.
- Since
- 2.8
SetPublicKeyL(const TDesC8 &)
IMPORT_C void | SetPublicKeyL | ( | const TDesC8 & | aPublicKey | ) | |
Setter for public key. Creates a copy of the parameter.
- Since
- 2,8
Parameters
const TDesC8 & aPublicKey | the public key in big-endian format |
Member Data Documentation
CCMSX509AlgorithmIdentifier * iAlgorithm
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.