[ 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.
data |
the raw DER certificate data |
n_data |
The length of |
a new SimpleCertificate |