CertificateRequest
Object Hierarchy:
Description:
[ CCode ( type_id = "gcr_certificate_request_get_type ()" ) ]
public class CertificateRequest : Object
public class CertificateRequest : Object
An object that allows creation of certificate requests.
A certificate request is sent to a certificate authority to request an X.509 certificate.
Use [func@CertificateRequest.prepare] to create a blank certificate request for a given private key. Set the common name on the certificate request with [method@CertificateRequest.set_cn], and then sign the request with [method@CertificateRequest.complete_async].
Namespace: Gcr
Package: gcr-3
Content:
Properties:
Static methods:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object