SshDsaPrivateKey Struct Reference
DSA private key (OpenSSH format) More...
#include <ssh_key_parse.h>
Data Fields | |
| uint32_t | checkInt1 |
| uint32_t | checkInt2 |
| SshString | keyFormatId |
| SshBinaryString | p |
| SshBinaryString | q |
| SshBinaryString | g |
| SshBinaryString | y |
| SshBinaryString | x |
| SshString | comment |
Detailed Description
DSA private key (OpenSSH format)
Definition at line 145 of file ssh_key_parse.h.
Field Documentation
◆ checkInt1
| uint32_t checkInt1 |
Definition at line 147 of file ssh_key_parse.h.
◆ checkInt2
| uint32_t checkInt2 |
Definition at line 148 of file ssh_key_parse.h.
◆ comment
| SshString comment |
Definition at line 155 of file ssh_key_parse.h.
◆ g
Definition at line 152 of file ssh_key_parse.h.
◆ keyFormatId
| SshString keyFormatId |
Definition at line 149 of file ssh_key_parse.h.
◆ p
Definition at line 150 of file ssh_key_parse.h.
◆ q
Definition at line 151 of file ssh_key_parse.h.
◆ x
Definition at line 154 of file ssh_key_parse.h.
◆ y
Definition at line 153 of file ssh_key_parse.h.
The documentation for this struct was generated from the following file:
- cyclone_ssh/ssh/ssh_key_parse.h
