diff -r 000000000000 -r 2c201484c85f cryptoservices/certificateandkeymgmt/pkixCert/doxygen_docs/Certman_X509_PKIXCert_overview.dox --- /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