diff -r e1b950c65cb4 -r 837f303aceeb epoc32/include/x509certchain.h --- a/epoc32/include/x509certchain.h Wed Mar 31 12:27:01 2010 +0100 +++ b/epoc32/include/x509certchain.h Wed Mar 31 12:33:34 2010 +0100 @@ -17,8 +17,6 @@ */ - - /** @file @publishedAll @@ -39,8 +37,6 @@ * iCert value is meaningless. The same structure is used for errors and for * warnings. * -* @publishedAll -* @released * @since v6.0 */ { public: @@ -62,8 +58,6 @@ /** Abstract base class for X.509 certificate chain validation; * derive from this to suit your profile. * -* @publishedAll -* @released * @since v6.0 */ { public: @@ -85,7 +79,7 @@ * * @param aBinaryData The encoded binary representation. * @return The certificate objects. */ - IMPORT_C CArrayPtrFlat* CX509CertChain::DecodeCertsL(const TDesC8& aBinaryData); + IMPORT_C CArrayPtrFlat* DecodeCertsL(const TDesC8& aBinaryData); /** Destructor. * @@ -109,8 +103,6 @@ /** Encapsulates the critical extensions encountered and any warnings found * for a particular certificate in the chain during the process of validation. * - * @publishedAll - * @released * @since v9.5 */ { public: @@ -169,14 +161,12 @@ public: /** Adds a warning. * - * @internalComponent - * @released */ + */ IMPORT_C void AppendWarningL(TValidationStatus aWarning); /** Adds a critical extension OID warning. * - * @internalComponent - * @released */ + */ IMPORT_C void AppendCriticalExtensionWarningL(TDesC& aCriticalExt); private: @@ -189,3 +179,5 @@ }; #endif + +