jcat-result

jcat-result

Functions

Types and Values

Description

Functions

jcat_result_to_string ()

gchar *
jcat_result_to_string (JcatResult *self);

Converts the JcatResult to a string.

Parameters

self

JcatResult

 

Returns

string

Since: 0.1.0


jcat_result_get_timestamp ()

gint64
jcat_result_get_timestamp (JcatResult *self);

Gets the signing timestamp, if set.

Parameters

self

JcatResult

 

Returns

UNIX timestamp, or 0 if unset

Since: 0.1.0


jcat_result_get_authority ()

const gchar *
jcat_result_get_authority (JcatResult *self);

Gets the signing authority, if set.

Parameters

self

JcatResult

 

Returns

string, or NULL

Since: 0.1.0

Types and Values

JCAT_TYPE_RESULT

#define JCAT_TYPE_RESULT (jcat_result_get_type ())

JcatResult

typedef struct _JcatResult JcatResult;