FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_application_tls_key_add_t Struct Reference

Application add TLS key

WILL BE DEPRECATED POST 20.01

More...

Data Fields

u32 client_index
 
u32 context
 
u32 app_index
 
u16 key_len
 
u8 key [key_len]
 

Detailed Description

Application add TLS key

WILL BE DEPRECATED POST 20.01

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
key_len- certificate length
key- PEM encoded key as a string

Definition at line 171 of file session.api.

Field Documentation

◆ app_index

u32 vl_api_application_tls_key_add_t::app_index

Definition at line 174 of file session.api.

◆ client_index

u32 vl_api_application_tls_key_add_t::client_index

Definition at line 172 of file session.api.

◆ context

u32 vl_api_application_tls_key_add_t::context

Definition at line 173 of file session.api.

◆ key

u8 vl_api_application_tls_key_add_t::key[key_len]

Definition at line 176 of file session.api.

◆ key_len

u16 vl_api_application_tls_key_add_t::key_len

Definition at line 175 of file session.api.


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