c
Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Enum GLib.ChecksumType

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GChecksumType
Enum : ChecksumType
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GLib
Method
GLib.checksum_type_get_length (ChecksumType checksum_type) : gint64
GLib
Method
GLib.compute_checksum_for_bytes (ChecksumType checksum_type, Bytes data) : String
GLib
Method
GLib.compute_checksum_for_data (ChecksumType checksum_type, guint8 data, guint64 length) : String
GLib
Method
GLib.compute_checksum_for_string (ChecksumType checksum_type, String str, gint64 length) : String
GLib
Method
GLib.compute_hmac_for_data (ChecksumType digest_type, String key, guint64 key_len, guint8 data, guint64 length) : String
GLib
Method
GLib.compute_hmac_for_string (ChecksumType digest_type, String key, guint64 key_len, String str, gint64 length) : String
GLib.Checksum
Method
GLib.Checksum.type_get_length (ChecksumType checksum_type) : gint64
Gcr
Method
Gcr.fingerprint_from_attributes (Attributes attrs, ChecksumType checksum_type, Object out_values) : String
Gcr
Method
Gcr.fingerprint_from_subject_public_key_info (String key_info, guint64 n_key_info, ChecksumType checksum_type, Object out_values) : String
Gcr.Certificate
Method
get_fingerprint (ChecksumType type, Object out_values) : String
Gcr.Certificate
Method
get_fingerprint_hex (ChecksumType type) : String
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:19:39 GMT+0800 (HKT)