cryptoservices/certificateandkeymgmt/pkixCert/doxygen_docs/Certman_X509_PKIXCert_overview.dox
changeset 0 2c201484c85f
child 8 35751d3474b7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cryptoservices/certificateandkeymgmt/pkixCert/doxygen_docs/Certman_X509_PKIXCert_overview.dox	Wed Jul 08 11:25:26 2009 +0100
@@ -0,0 +1,13 @@
+/**
+@page overview_X509_PKIXCert PKIXCert Overview
+
+This DLL implements certificate validation according to the @ref PKIX Certificate and @ref CRL profile. It is the main public 
+interface to certificate management. Given a set of @ref certificates supplied by a third party, and a local store of 
+trusted @ref root_certificate "root certificates", this component will attempt to validate the identity of the third party. Two public 
+classes are defined here:
+
+\c CPKIXCertChain -- performs certificate validation.
+
+\c CPKIXValidationResult -- encapsulates the result of the validation operation.
+
+*/
\ No newline at end of file