:right-sidebar: True SimpleCertificate =================================================================== .. currentmodule:: gi.repository.Gcr .. class:: SimpleCertificate(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.GObject.Object` Implemented Interfaces: :class:`~gi.repository.Gcr.Certificate` An implementation of :obj:`~gi.repository.Gcr.Certificate` which loads a certificate from DER data already located in memory. To create an object, use the :obj:`~gi.repository.SimpleCertificate.new` or :obj:`~gi.repository.SimpleCertificate.new_static` functions. Constructors ------------ .. rst-class:: interim-class .. class:: SimpleCertificate :no-index: .. classmethod:: new(data: list[int]) -> ~gi.repository.Gcr.SimpleCertificate Create a new ``GcrSimpleCertificate`` for the raw DER data. The ``data`` memory is copied so you can dispose of it after this function returns. :param data: the raw DER certificate data Fields ------ .. rst-class:: interim-class .. class:: SimpleCertificate :no-index: .. attribute:: parent .. attribute:: pv