CPKCS7ExtendedCertificateOrCertificate Class Reference
class CPKCS7ExtendedCertificateOrCertificate : public CBase |
An instance of a member of the RFC2315 ExtendedCertificatesAndCertificates. At present, only X509 certificates are supported. (not PKCS#6 extended certificates).
Inherits from
- CPKCS7ExtendedCertificateOrCertificate
Constructor & Destructor Documentation
CPKCS7ExtendedCertificateOrCertificate()
CPKCS7ExtendedCertificateOrCertificate | ( | ) | [private] |
CPKCS7ExtendedCertificateOrCertificate(const CPKCS7ExtendedCertificateOrCertificate &)
~CPKCS7ExtendedCertificateOrCertificate()
~CPKCS7ExtendedCertificateOrCertificate | ( | ) | |
Member Functions Documentation
Certificate(void)
Returns the x509 certificate reference if the certificate is a X509 certificate. Callers need to check whether the certificate's type is X509 beforehand.
ConstructL(const TDesC8 &)
void | ConstructL | ( | const TDesC8 & | aRawData | ) | [private] |
Second phase constructor for decoding.
Parameters
const TDesC8 & aRawData | the raw data to be decoded. |
NewL(const TDesC8 &)
Creates an ExtendedCertificatesAndCertificates as defined in RFC2315.
Parameters
const TDesC8 & aRawData | The encoded CertificateChoices object to be decoded. |
Member Data Documentation
CX509Certificate * iCertificate
The X509 certificate pointer
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.