cryptoservices/certificateandkeymgmt/pkixCert/doxygen_docs/Certman_X509_PKIXCert_overview.dox
changeset 0 2c201484c85f
child 8 35751d3474b7
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     1 /**
       
     2 @page overview_X509_PKIXCert PKIXCert Overview
       
     3 
       
     4 This DLL implements certificate validation according to the @ref PKIX Certificate and @ref CRL profile. It is the main public 
       
     5 interface to certificate management. Given a set of @ref certificates supplied by a third party, and a local store of 
       
     6 trusted @ref root_certificate "root certificates", this component will attempt to validate the identity of the third party. Two public 
       
     7 classes are defined here:
       
     8 
       
     9 \c CPKIXCertChain -- performs certificate validation.
       
    10 
       
    11 \c CPKIXValidationResult -- encapsulates the result of the validation operation.
       
    12 
       
    13 */