GMimeCertificate

An object containing useful information about a certificate.

Members

Variables

created
long created;

The creation date of the certificate.

digestAlgo
GMimeDigestAlgo digestAlgo;

The digest algorithm used by the certificate, if known.

email
char* email;

The email address of the person or entity.

expires
long expires;

The expiration date of the certificate.

fingerprint
char* fingerprint;

A hex string representing the certificate's fingerprint.

idValidity
GMimeValidity idValidity;

the validity of the email address, name, and User ID.

issuerName
char* issuerName;

The issuer of the certificate, if known.

issuerSerial
char* issuerSerial;

The issuer of the certificate, if known.

keyid
char* keyid;

The certificate's key id.

name
char* name;

The name of the person or entity.

parentObject
GObject parentObject;

parent #GObject

pubkeyAlgo
GMimePubKeyAlgo pubkeyAlgo;

The public-key algorithm used by the certificate, if known.

trust
GMimeTrust trust;

The level of trust assigned to this certificate.

userId
char* userId;

The full User ID of the certificate.