SshDsaHostKey Struct Reference
DSA host key. More...
#include <ssh_key_parse.h>
Data Fields | |
| SshString | keyFormatId |
| SshBinaryString | p |
| SshBinaryString | q |
| SshBinaryString | g |
| SshBinaryString | y |
Detailed Description
DSA host key.
Definition at line 63 of file ssh_key_parse.h.
Field Documentation
◆ g
Definition at line 68 of file ssh_key_parse.h.
◆ keyFormatId
| SshString keyFormatId |
Definition at line 65 of file ssh_key_parse.h.
◆ p
Definition at line 66 of file ssh_key_parse.h.
◆ q
Definition at line 67 of file ssh_key_parse.h.
◆ y
Definition at line 69 of file ssh_key_parse.h.
The documentation for this struct was generated from the following file:
- cyclone_ssh/ssh/ssh_key_parse.h
