Companion

Properties

Link copied to clipboard
open val type: <Error class: unknown class><TlsCertificate>

Functions

Link copied to clipboard
fun fromFileWithPassword(file: String, password: String): <Error class: unknown class><TlsCertificate.TlsCertificateImpl>

Creates a #GTlsCertificate from the data in @file.

Link copied to clipboard
fun getType(): <Error class: unknown class>

Get the GType of TlsCertificate

Link copied to clipboard
fun listNewFromFile(file: String): <Error class: unknown class><<Error class: unknown class>>

Creates one or more #GTlsCertificates from the PEM-encoded data in @file. If @file cannot be read or parsed, the function will return null and set @error. If @file does not contain any PEM-encoded certificates, this will return an empty list and not set @error.