NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
SmimeCommandContext Struct Reference

Data for a SIME command. More...

#include "smime.h"

Data Fields

const char * key
 k
 
const char * cryptalg
 a
 
const char * digestalg
 d
 
const char * fname
 f
 
const char * sig_fname
 s
 
const char * certificates
 c
 
const char * intermediates
 i
 

Detailed Description

Data for a SIME command.

Definition at line 56 of file smime.h.

Field Documentation

◆ key

const char* SmimeCommandContext::key

k

Definition at line 58 of file smime.h.

◆ cryptalg

const char* SmimeCommandContext::cryptalg

a

Definition at line 59 of file smime.h.

◆ digestalg

const char* SmimeCommandContext::digestalg

d

Definition at line 60 of file smime.h.

◆ fname

const char* SmimeCommandContext::fname

f

Definition at line 61 of file smime.h.

◆ sig_fname

const char* SmimeCommandContext::sig_fname

s

Definition at line 62 of file smime.h.

◆ certificates

const char* SmimeCommandContext::certificates

c

Definition at line 63 of file smime.h.

◆ intermediates

const char* SmimeCommandContext::intermediates

i

Definition at line 64 of file smime.h.


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