#include <certinfo.h>
Data Fields | |
| char * | digest |
| char * | org |
| char * | common_name |
| char * | |
This structure contains certificate information in a structured way.
Definition at line 37 of file certinfo.h.
| char* _certinfo::common_name |
Contains the CN (Common Name) field from the X.509 certificate
Definition at line 40 of file certinfo.h.
| char* _certinfo::digest |
Contains the SHA1 fingerprint (digest) of the certificate
Definition at line 38 of file certinfo.h.
| char* _certinfo::email |
Contains the emailAddress field from the X.509 certificate
Definition at line 41 of file certinfo.h.
| char* _certinfo::org |
Contains the O (organisation) field from the X.509 certificate
Definition at line 39 of file certinfo.h.
1.7.1