Top |
gchar * | jcat_result_to_string () |
gint64 | jcat_result_get_timestamp () |
const gchar * | jcat_result_get_authority () |
JcatBlobKind | jcat_result_get_kind () |
JcatBlobMethod | jcat_result_get_method () |
gchar *
jcat_result_to_string (JcatResult *self
);
Converts the JcatResult to a string.
Since: 0.1.0
gint64
jcat_result_get_timestamp (JcatResult *self
);
Gets the signing timestamp, if set.
Since: 0.1.0
const gchar *
jcat_result_get_authority (JcatResult *self
);
Gets the signing authority, if set.
Since: 0.1.0
JcatBlobKind
jcat_result_get_kind (JcatResult *self
);
Gets the blob kind.
Since: 0.1.3
JcatBlobMethod
jcat_result_get_method (JcatResult *self
);
Gets the verification kind.
Since: 0.1.3