SshRsaPrivateKey Struct Reference
RSA private key (OpenSSH format) More...
#include <ssh_key_parse.h>
Data Fields | |
| uint32_t | checkInt1 |
| uint32_t | checkInt2 |
| SshString | keyFormatId |
| SshBinaryString | n |
| SshBinaryString | e |
| SshBinaryString | d |
| SshBinaryString | qinv |
| SshBinaryString | p |
| SshBinaryString | q |
| SshString | comment |
Detailed Description
RSA private key (OpenSSH format)
Definition at line 126 of file ssh_key_parse.h.
Field Documentation
◆ checkInt1
| uint32_t checkInt1 |
Definition at line 128 of file ssh_key_parse.h.
◆ checkInt2
| uint32_t checkInt2 |
Definition at line 129 of file ssh_key_parse.h.
◆ comment
| SshString comment |
Definition at line 137 of file ssh_key_parse.h.
◆ d
Definition at line 133 of file ssh_key_parse.h.
◆ e
Definition at line 132 of file ssh_key_parse.h.
◆ keyFormatId
| SshString keyFormatId |
Definition at line 130 of file ssh_key_parse.h.
◆ n
Definition at line 131 of file ssh_key_parse.h.
◆ p
Definition at line 135 of file ssh_key_parse.h.
◆ q
Definition at line 136 of file ssh_key_parse.h.
◆ qinv
| SshBinaryString qinv |
Definition at line 134 of file ssh_key_parse.h.
The documentation for this struct was generated from the following file:
- cyclone_ssh/ssh/ssh_key_parse.h
