Method
GcrCertificateget_fingerprint
Declaration [src]
guchar*
gcr_certificate_get_fingerprint (
GcrCertificate* self,
GChecksumType type,
gsize* n_length
)
Description [src]
Calculate the fingerprint for this certificate.
The caller should free the returned data using g_free()
when
it is no longer required.