get_fingerprint_hex


Description:

public string get_fingerprint_hex (ChecksumType type)

Calculate the fingerprint for this certificate, and return it as a hex string.

The caller should free the returned data using g_free when it is no longer required.

Parameters:

this

a Certificate

type

the type of algorithm for the fingerprint.

Returns:

an allocated hex string which contains the fingerprint.