c
Back to Seed Clases

Gck


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gck.Object

Class Gck.Object

Import line: Gck = imports.gi.Gck;
GIR File: Gck-1.gir
C documentation: GckObject
Class : Object
Extends: GObject.Object
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gck
Method
Gck.modules_object_for_uri (Array modules, String uri, SessionOptions session_options) : Gck.Object
Gck.Enumerator
Method
next (Cancellable cancellable) : Gck.Object
Gck.Module
Signal
authenticate_object (Module self, Object object, String label, void* password) : gboolean
Gck.Password
Property
key : Gck.Object
Gck.Password
Method
get_key () : Gck.Object
Gck.Session
Method
create_object (Attributes attrs, Cancellable cancellable) : Gck.Object
Gck.Session
Method
create_object_finish (AsyncResult result) : Gck.Object
Gck.Session
Method
decrypt (Object key, guint64 mech_type, String input, guint64 n_input, Object out_values, Cancellable cancellable) : String
Gck.Session
Method
decrypt_async (Object key, Mechanism mechanism, String input, guint64 n_input, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
decrypt_full (Object key, Mechanism mechanism, String input, guint64 n_input, Object out_values, Cancellable cancellable) : String
Gck.Session
Method
derive_key (Object base, guint64 mech_type, Attributes attrs, Cancellable cancellable) : Gck.Object
Gck.Session
Method
derive_key_async (Object base, Mechanism mechanism, Attributes attrs, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
derive_key_finish (AsyncResult result) : Gck.Object
Gck.Session
Method
derive_key_full (Object base, Mechanism mechanism, Attributes attrs, Cancellable cancellable) : Gck.Object
Gck.Session
Method
encrypt (Object key, guint64 mech_type, String input, guint64 n_input, Object out_values, Cancellable cancellable) : String
Gck.Session
Method
encrypt_async (Object key, Mechanism mechanism, String input, guint64 n_input, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
encrypt_full (Object key, Mechanism mechanism, String input, guint64 n_input, Object out_values, Cancellable cancellable) : String
Gck.Session
Method
generate_key_pair (guint64 mech_type, Attributes public_attrs, Attributes private_attrs, Object out_values, Object private_key, Cancellable cancellable) : gboolean
Gck.Session
Method
generate_key_pair_full (Mechanism mechanism, Attributes public_attrs, Attributes private_attrs, Object out_values, Object private_key, Cancellable cancellable) : gboolean
Gck.Session
Method
sign (Object key, guint64 mech_type, String input, guint64 n_input, Object out_values, Cancellable cancellable) : String
Gck.Session
Method
sign_async (Object key, Mechanism mechanism, String input, guint64 n_input, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
sign_full (Object key, Mechanism mechanism, String input, guint64 n_input, guint64 n_result, Cancellable cancellable) : guint8
Gck.Session
Method
unwrap_key (Object wrapper, guint64 mech_type, String input, guint64 n_input, Attributes attrs, Cancellable cancellable) : Gck.Object
Gck.Session
Method
unwrap_key_async (Object wrapper, Mechanism mechanism, String input, guint64 n_input, Attributes attrs, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
unwrap_key_finish (AsyncResult result) : Gck.Object
Gck.Session
Method
unwrap_key_full (Object wrapper, Mechanism mechanism, String input, guint64 n_input, Attributes attrs, Cancellable cancellable) : Gck.Object
Gck.Session
Method
verify (Object key, guint64 mech_type, String input, guint64 n_input, String signature, guint64 n_signature, Cancellable cancellable) : gboolean
Gck.Session
Method
verify_async (Object key, Mechanism mechanism, String input, guint64 n_input, String signature, guint64 n_signature, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
verify_full (Object key, Mechanism mechanism, String input, guint64 n_input, String signature, guint64 n_signature, Cancellable cancellable) : gboolean
Gck.Session
Method
wrap_key (Object wrapper, guint64 mech_type, Object wrapped, Object out_values, Cancellable cancellable) : String
Gck.Session
Method
wrap_key_async (Object wrapper, Mechanism mechanism, Object wrapped, Cancellable cancellable, Function callback, void* user_data) : none
Gck.Session
Method
wrap_key_full (Object wrapper, Mechanism mechanism, Object wrapped, Object out_values, Cancellable cancellable) : String
Gcr.CertificateRequest
Property
private_key : Gck.Object
Gcr.CertificateRequest
Method
Gcr.CertificateRequest.capable (Object private_key, Cancellable cancellable) : gboolean
Gcr.CertificateRequest
Method
Gcr.CertificateRequest.capable_async (Object private_key, Cancellable cancellable, Function callback, void* user_data) : none
Gcr.CertificateRequest
Method
Gcr.CertificateRequest.prepare (CertificateRequestFormat format, Object private_key) : Gcr.CertificateRequest
Gcr.CertificateRequest
Method
get_private_key () : Gck.Object
Gcr.KeyRenderer
Property
object : Gck.Object
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:19:46 GMT+0800 (HKT)