c
Back to Seed Clases

Gcr


Classes

Interfaces

Structs

Unions

Enums

Interface Gcr.Certificate

Import line: Gcr = imports.gi.Gcr;
GIR File: Gcr-3.gir
C documentation: GcrCertificate
Interface : Certificate
Implementations: Gcr.CertificateRenderer, Gcr.Pkcs11Certificate, Gcr.SimpleCertificate
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gcr
Method
Gcr.trust_add_pinned_certificate (Certificate certificate, String purpose, String peer, Cancellable cancellable) : gboolean
Gcr
Method
Gcr.trust_add_pinned_certificate_async (Certificate certificate, String purpose, String peer, Cancellable cancellable, Function callback, void* user_data) : none
Gcr
Method
Gcr.trust_is_certificate_anchored (Certificate certificate, String purpose, Cancellable cancellable) : gboolean
Gcr
Method
Gcr.trust_is_certificate_anchored_async (Certificate certificate, String purpose, Cancellable cancellable, Function callback, void* user_data) : none
Gcr
Method
Gcr.trust_is_certificate_pinned (Certificate certificate, String purpose, String peer, Cancellable cancellable) : gboolean
Gcr
Method
Gcr.trust_is_certificate_pinned_async (Certificate certificate, String purpose, String peer, Cancellable cancellable, Function callback, void* user_data) : none
Gcr
Method
Gcr.trust_remove_pinned_certificate (Certificate certificate, String purpose, String peer, Cancellable cancellable) : gboolean
Gcr
Method
Gcr.trust_remove_pinned_certificate_async (Certificate certificate, String purpose, String peer, Cancellable cancellable, Function callback, void* user_data) : none
Gcr.CertificateChain
Method
add (Certificate certificate) : none
Gcr.CertificateChain
Method
get_anchor () : Gcr.Certificate
Gcr.CertificateChain
Method
get_certificate (guint32 index) : Gcr.Certificate
Gcr.CertificateChain
Method
get_endpoint () : Gcr.Certificate
Gcr.CertificateRenderer
Property
certificate : Gcr.Certificate
Gcr.CertificateRenderer
Method
new Gcr.CertificateRenderer.c_new (Certificate certificate) : Gcr.CertificateRenderer
Create a new Gcr.CertificateRenderer
Gcr.CertificateRenderer
Method
get_certificate () : Gcr.Certificate
Gcr.CertificateRenderer
Method
set_certificate (Certificate certificate) : none
Gcr.CertificateWidget
Property
certificate : Gcr.Certificate
Gcr.CertificateWidget
Method
new Gcr.CertificateWidget.c_new (Certificate certificate) : Gcr.CertificateWidget
Create a new Gcr.CertificateWidget
Gcr.CertificateWidget
Method
get_certificate () : Gcr.Certificate
Gcr.CertificateWidget
Method
set_certificate (Certificate certificate) : none
Gcr.Pkcs11Certificate
Method
Gcr.Pkcs11Certificate.lookup_issuer (Certificate certificate, Cancellable cancellable) : Gcr.Certificate
Gcr.Pkcs11Certificate
Method
Gcr.Pkcs11Certificate.lookup_issuer_async (Certificate certificate, Cancellable cancellable, Function callback, void* user_data) : none
Gcr.Pkcs11Certificate
Method
Gcr.Pkcs11Certificate.lookup_issuer_finish (AsyncResult result) : Gcr.Certificate
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:19:50 GMT+0800 (HKT)