set_der


Description:

public void set_der (void* der_data, uint der_data_len)

Updates the content of the this with the certificate information described by the der_data of the length der_data_len in the DER format.

The content of the this is cleared when the der_data is null .

Parameters:

this

an CertificateWidget

der_data

certificate data in DER format, or null

der_data_len

length of the der_data