Skip to content

quic_cred

#include <quic_types.h>

Public Attributes

Name
quic_cred_kind kind
const char * cert_path
const char * key_path
struct quic_cred file
quic_vec cert
quic_vec key
struct quic_cred pem
union quic_cred as

Public Attributes Documentation

variable kind

quic_cred_kind kind;

variable cert_path

const char * cert_path;

variable key_path

const char * key_path;

variable file

struct quic_cred file;

variable cert

quic_vec cert;

variable key

quic_vec key;

variable pem

struct quic_cred pem;

variable as

union quic_cred as;