.TH "msv_query" 3 "Thu Aug 10 2023" "libmsv" \" -*- nroff -*- .ad l .nh .SH NAME msv_query \- a query to the MSVA .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Data Fields" .in +1c .ti -1c .RI "const char * \fBcontext\fP" .br .ti -1c .RI "const char * \fBpeertype\fP" .br .ti -1c .RI "const char * \fBpeername\fP" .br .ti -1c .RI "const char * \fBpkctype\fP" .br .ti -1c .RI "const char * \fBpkcdata\fP" .br .in -1c .SH "Detailed Description" .PP a query to the MSVA .SH "Field Documentation" .PP .SS "const char* msv_query::context" certificate use context, such as 'https', 'ssh', or 'ike' .SS "const char* msv_query::peername" name of peer, such as 'web\&.monkeysphere\&.info' .SS "const char* msv_query::peertype" type of peer on remote side, such as 'client', 'server', or 'peer' .SS "const char* msv_query::pkcdata" public key carrier data encoded in the format specified by \fIpkctype\fP .SS "const char* msv_query::pkctype" format of public key carrier data, such as 'x509der', 'x509pem', or 'opensshpubkey' .SH "Author" .PP Generated automatically by Doxygen for libmsv from the source code\&.