cef_x509certificate_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
get_derencoded
cef_binary_value_t* function(cef_x509certificate_t*) get_derencoded;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_derencoded_issuer_chain
void function(cef_x509certificate_t*, size_t*, cef_binary_value_t**) get_derencoded_issuer_chain;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_issuer
cef_x509cert_principal_t* function(cef_x509certificate_t*) get_issuer;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_issuer_chain_size
size_t function(cef_x509certificate_t*) get_issuer_chain_size;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_pemencoded
cef_binary_value_t* function(cef_x509certificate_t*) get_pemencoded;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_pemencoded_issuer_chain
void function(cef_x509certificate_t*, size_t*, cef_binary_value_t**) get_pemencoded_issuer_chain;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_serial_number
cef_binary_value_t* function(cef_x509certificate_t*) get_serial_number;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_subject
cef_x509cert_principal_t* function(cef_x509certificate_t*) get_subject;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_valid_expiry
cef_time_t function(cef_x509certificate_t*) get_valid_expiry;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_valid_start
cef_time_t function(cef_x509certificate_t*) get_valid_start;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta