class CX509CertPolicyInfo : public CBase |
Defines a specific policy followed by a Certification Authority.
The policy under which a certificate has been issued may contain a number of these specific policies.
Public Member Functions | |
---|---|
~CX509CertPolicyInfo () | |
IMPORT_C void | ExternalizeL ( RWriteStream &) |
IMPORT_C TPtrC | Id () |
IMPORT_C void | InternalizeL ( RReadStream &) |
CX509CertPolicyInfo * | NewL (const TDesC8 &) |
CX509CertPolicyInfo * | NewL (const TDesC8 &, TInt &) |
IMPORT_C CX509CertPolicyInfo * | NewL (const CX509CertPolicyInfo &) |
IMPORT_C CX509CertPolicyInfo * | NewL ( RReadStream &) |
CX509CertPolicyInfo * | NewLC (const TDesC8 &) |
CX509CertPolicyInfo * | NewLC (const TDesC8 &, TInt &) |
IMPORT_C CX509CertPolicyInfo * | NewLC (const CX509CertPolicyInfo &) |
IMPORT_C CX509CertPolicyInfo * | NewLC ( RReadStream &) |
IMPORT_C const CArrayPtrFlat < CX509PolicyQualifierInfo > & | Qualifiers () |
Private Member Functions | |
---|---|
CX509CertPolicyInfo () | |
void | ConstructL (const TDesC8 &, TInt &) |
void | ConstructL (const CX509CertPolicyInfo &) |
void | ConstructL ( RReadStream &) |
Private Attributes | |
---|---|
HBufC * | iCertPolicyId |
CArrayPtrFlat < CX509PolicyQualifierInfo > * | iQualifiers |
~CX509CertPolicyInfo | ( | ) | [virtual] |
Destructor.
Frees all resources owned by the object, prior to its destruction.
void | ConstructL | ( | const TDesC8 & | aBinaryData, |
TInt & | aPos | |||
) | [private] |
void | ConstructL | ( | const CX509CertPolicyInfo & | aInfo | ) | [private] |
const CX509CertPolicyInfo & aInfo |
void | ConstructL | ( | RReadStream & | aStream | ) | [private] |
RReadStream & aStream |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalises an object of this class to a write stream.
The presence of this function means that the standard templated operator<<() can be used to externalise objects of this class.
RWriteStream & aStream | Stream to which the object should be externalised. |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Internalises an object of this class from a read stream.
The presence of this function means that the standard templated operator>>() can be used to internalise objects of this class.
Note that this function has assignment semantics: it replaces the old value of the object with a new value read from the read stream.
RReadStream & aStream | Stream from which the object should be internalised. |
CX509CertPolicyInfo * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a new CX509CertPolicyInfo object from the specified buffer containing the binary coded representation.
const TDesC8 & aBinaryData | The encoded binary representation. |
CX509CertPolicyInfo * | NewL | ( | const TDesC8 & | aBinaryData, |
TInt & | aPos | |||
) | [static] |
Creates a new CX509CertPolicyInfo object from the specified buffer containing the binary coded representation, starting at the specified offset.
IMPORT_C CX509CertPolicyInfo * | NewL | ( | const CX509CertPolicyInfo & | aPolicy | ) | [static] |
Creates a new CX509CertPolicyInfo object from an existing object.
This is equivalent to a copy constructor.
const CX509CertPolicyInfo & aPolicy | The CX509CertPolicyInfo object to be copied. |
IMPORT_C CX509CertPolicyInfo * | NewL | ( | RReadStream & | aStream | ) | [static] |
Creates a new CX509CertPolicyInfo object from a stream.
RReadStream & aStream |
CX509CertPolicyInfo * | NewLC | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a new CX509CertPolicyInfo object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the cleanup stack.
const TDesC8 & aBinaryData | The encoded binary representation. |
CX509CertPolicyInfo * | NewLC | ( | const TDesC8 & | aBinaryData, |
TInt & | aPos | |||
) | [static] |
Creates a new CX509CertPolicyInfo object from the specified buffer containing the binary coded representation, starting at the specified offset, and puts a pointer to it onto the cleanup stack.
IMPORT_C CX509CertPolicyInfo * | NewLC | ( | const CX509CertPolicyInfo & | aPolicy | ) | [static] |
Creates a new CX509CertPolicyInfo object from an existing object, and puts a pointer to it onto the cleanup stack.
This is equivalent to a copy constructor.
const CX509CertPolicyInfo & aPolicy | The CX509CertPolicyInfo object to be copied. |
IMPORT_C CX509CertPolicyInfo * | NewLC | ( | RReadStream & | aStream | ) | [static] |
Creates a new CX509CertPolicyInfo object from a stream, and puts a pointer to it onto the cleanup stack.
RReadStream & aStream |
IMPORT_C const CArrayPtrFlat < CX509PolicyQualifierInfo > & | Qualifiers | ( | ) | const |
Gets a reference to the array of policy qualifers.
CArrayPtrFlat < CX509PolicyQualifierInfo > * | iQualifiers | [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.