TlsCertificate.this

Creates a new GTlsCertificate from the PEM-encoded data in data. If data includes both a certificate and a private key, then the returned certificate will include the private key data as well. If data includes multiple certificates, only the first one will be parsed. Since 2.28

Parameters

data string

PEM-encoded certificate data

Throws

GException on failure. ConstructionException GTK+ fails to create the object.

Meta