FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
vl_api_application_tls_key_add_t Struct Reference

Application add TLS key. More...

Data Fields

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

Detailed Description

Application add TLS key.

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 79 of file session.api.

Field Documentation

u32 vl_api_application_tls_key_add_t::app_index

Definition at line 82 of file session.api.

u32 vl_api_application_tls_key_add_t::client_index

Definition at line 80 of file session.api.

u32 vl_api_application_tls_key_add_t::context

Definition at line 81 of file session.api.

u8 vl_api_application_tls_key_add_t::key[key_len]

Definition at line 84 of file session.api.

u16 vl_api_application_tls_key_add_t::key_len

Definition at line 83 of file session.api.


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