Molybden API
Loading...
Searching...
No Matches
molybden::Certificate Struct Reference

Public Attributes

std::vector< char > der_encoded_value
 The DER-encoded representation of the X.509 certificate data.
 
std::vector< Certificateintermediate_certs
 The list of intermediate certificates associated with this certificate that may be needed for chain building.
 

Member Data Documentation

◆ intermediate_certs

std::vector<Certificate> molybden::Certificate::intermediate_certs

The list of intermediate certificates associated with this certificate that may be needed for chain building.

Can be empty if there are no intermediate certificates.


The documentation for this struct was generated from the following file: