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