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
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.