CCMSCertificateChoices Class Reference
class CCMSCertificateChoices : public CBase |
CertificateChoices type module
ASN.1 definition: CertificateChoices ::= CHOICE { certificate Certificate, -- See X.509 extendedCertificate [0] IMPLICIT ExtendedCertificate, -- Obsolete attrCert [1] IMPLICIT AttributeCertificate } -- See X.509 and X9.57
Constructor & Destructor Documentation
CCMSCertificateChoices()
IMPORT_C | CCMSCertificateChoices | ( | ) | [protected] |
~CCMSCertificateChoices()
~CCMSCertificateChoices | ( | ) | [virtual] |
Member Functions Documentation
AttrCert()
Getter for attrCert.
- Since
- 2.8
Certificate()
Getter for certificate.
- Since
- 2.8
ConstructL(const CCMSX509Certificate &)
Protected construction to allow derivation
ConstructL(const CCMSX509AttributeCertificate &)
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 |
EncodeL(HBufC8 *&)
void | EncodeL | ( | HBufC8 *& | aResult | ) | const |
Parameters
HBufC8 *& aResult | Allocates and sets result in this variable |
NewL(const CCMSX509Certificate &)
Two-phased constructor. Copies of the parameters are made.
NewL(const CCMSX509AttributeCertificate &)
Two-phased constructor. Copies of the parameters are made.
NewLC()
Two-phased constructor. Leaves a copy in cleanup stack.
NewLC(const CCMSX509Certificate &)
Two-phased constructor. Copies of the parameters are made. Leaves a copy in cleanup stack.
NewLC(const CCMSX509AttributeCertificate &)
Two-phased constructor. Copies of the parameters are made. Leaves a copy in cleanup stack.
SetAttrCertL(const CCMSX509AttributeCertificate &)
Setter for attrCert. Create a copy of the parameters.
- Since
- 2.8
SetCertificateL(const CCMSX509Certificate &)
Setter for Certificate. Create a copy of the parameters.
- Since
- 2.8
Member Data Documentation
CCMSX509AttributeCertificate * iAttrCert
CCMSX509Certificate * iCertificate
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.