SimpleCertificate


Description:

[ CCode ( has_construct_function = false , type = "GcrCertificate*" ) ]
public SimpleCertificate (uint8[] data)

Create a new SimpleCertificate for the raw DER data.

The data memory is copied so you can dispose of it after this function returns.

Parameters:

data

the raw DER certificate data

n_data

The length of data

Returns:

a new SimpleCertificate