VLC  4.0.0-dev
Data Fields

TLS server-side credentials. More...

Collaboration diagram for vlc_tls_server:
Collaboration graph
[legend]

Data Fields

struct vlc_object_t obj
 
const struct vlc_tls_server_operationsops
 
void * sys
 

Detailed Description

TLS server-side credentials.

This structure contains the credentials for establishing TLS sessions. This includes root Certificate Authorities (on client side), trust and cryptographic parameters, public certificates and private keys.

Field Documentation

◆ obj

struct vlc_object_t vlc_tls_server::obj

◆ ops

const struct vlc_tls_server_operations* vlc_tls_server::ops

◆ sys

void* vlc_tls_server::sys

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