1.1 --- a/epoc32/include/x509certchain.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/x509certchain.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -17,8 +17,6 @@
1.4 */
1.5
1.6
1.7 -
1.8 -
1.9 /**
1.10 @file
1.11 @publishedAll
1.12 @@ -39,8 +37,6 @@
1.13 * iCert value is meaningless. The same structure is used for errors and for
1.14 * warnings.
1.15 *
1.16 -* @publishedAll
1.17 -* @released
1.18 * @since v6.0 */
1.19 {
1.20 public:
1.21 @@ -62,8 +58,6 @@
1.22 /** Abstract base class for X.509 certificate chain validation;
1.23 * derive from this to suit your profile.
1.24 *
1.25 -* @publishedAll
1.26 -* @released
1.27 * @since v6.0 */
1.28 {
1.29 public:
1.30 @@ -85,7 +79,7 @@
1.31 *
1.32 * @param aBinaryData The encoded binary representation.
1.33 * @return The certificate objects. */
1.34 - IMPORT_C CArrayPtrFlat<CX509Certificate>* CX509CertChain::DecodeCertsL(const TDesC8& aBinaryData);
1.35 + IMPORT_C CArrayPtrFlat<CX509Certificate>* DecodeCertsL(const TDesC8& aBinaryData);
1.36
1.37 /** Destructor.
1.38 *
1.39 @@ -109,8 +103,6 @@
1.40 /** Encapsulates the critical extensions encountered and any warnings found
1.41 * for a particular certificate in the chain during the process of validation.
1.42 *
1.43 - * @publishedAll
1.44 - * @released
1.45 * @since v9.5 */
1.46 {
1.47 public:
1.48 @@ -169,14 +161,12 @@
1.49 public:
1.50 /** Adds a warning.
1.51 *
1.52 - * @internalComponent
1.53 - * @released */
1.54 + */
1.55 IMPORT_C void AppendWarningL(TValidationStatus aWarning);
1.56
1.57 /** Adds a critical extension OID warning.
1.58 *
1.59 - * @internalComponent
1.60 - * @released */
1.61 + */
1.62 IMPORT_C void AppendCriticalExtensionWarningL(TDesC& aCriticalExt);
1.63
1.64 private:
1.65 @@ -189,3 +179,5 @@
1.66 };
1.67
1.68 #endif
1.69 +
1.70 +