Method

GcrCertificateget_der_data

Declaration [src]

const guint8*
gcr_certificate_get_der_data (
  GcrCertificate* self,
  gsize* n_data
)

Description [src]

Gets the raw DER data for an X.509 certificate.

Parameters

n_data gsize*
 

A pointer to a location to store the size of the resulting DER data.

 The argument will be set by the function.
 The instance takes ownership of the data, and is responsible for freeing it.

Return value

Returns: An array of guint8
 

Raw DER data of the X.509 certificate.

 The length of the array is in the n_data argument.
 The data is owned by the instance.