OpenVAS Libraries  6.0+beta5
Data Fields
certificate_t Struct Reference

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...
 

Detailed Description

Information about a certificate.

The elements of this structure should always be accessed using the function interface (get_fingerprint, set_owner, etc.).

Field Documentation

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.


The documentation for this struct was generated from the following file: