Class

GcrSimpleCertificate

Description [src]

class Gcr.SimpleCertificate : GObject.Object {
  parent: GObject
}

An implementation of GcrCertificate which loads a certificate from DER data already located in memory.

To create an object, use the gcr_simple_certificate_new() or gcr_simple_certificate_new_static() functions.

Ancestors

  • GObject

Constructors

gcr_simple_certificate_new

Create a new GcrSimpleCertificate for the raw DER data. The data memory is copied so you can dispose of it after this function returns.

gcr_simple_certificate_new_static

Create a new GcrSimpleCertificate for the raw DER data. The data memory is not copied and must persist until the GcrSimpleCertificate object is destroyed.

Class structure

struct GcrSimpleCertificateClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.