Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

P6R::P6CERTUSAGE defines values returned by the p6ICert::getKeyUsage() method.

The following tables defines some typical key usage values for various types of certificates.

Certificate TypeRequired Key Usage
SSL ClientP6CU_DIGITAL_SIGNATURE
SSL ServerP6CU_KEY_ENCIPHERMENT
CA SigningP6CU_KEY_CERT_SIGN | P6CU_CRL_SIGN
Certificate SigningP6CU_KEY_CERT_SIGN
Object SigningP6CU_DIGITAL_SIGNATURE

Definition at line 77 of file p6cert.h.