|
OpenVAS Libraries
6.0+beta5
|
Information about a certificate. More...
#include <certificate.h>
Data Fields | |
| gchar * | fingerprint |
| Fingerprint. More... | |
| gchar * | owner |
| Name of the owner of the certificate. More... | |
| gchar * | public_key |
| Full public key. More... | |
| gboolean | trusted |
| TRUE if the certificate is trusted. More... | |
Information about a certificate.
The elements of this structure should always be accessed using the function interface (get_fingerprint, set_owner, etc.).
| gchar* certificate_t::fingerprint |
Fingerprint.
| gchar* certificate_t::owner |
Name of the owner of the certificate.
| gchar* certificate_t::public_key |
Full public key.
| gboolean certificate_t::trusted |
TRUE if the certificate is trusted.
1.8.4