SshPrivateKeyHeader Struct Reference
Private key header (OpenSSH format) More...
#include <ssh_key_parse.h>
Data Fields | |
| SshString | cipherName |
| SshString | kdfName |
| SshBinaryString | kdfOptions |
| uint32_t | numKeys |
| SshBinaryString | publicKey |
| SshBinaryString | encrypted |
Detailed Description
Private key header (OpenSSH format)
Definition at line 111 of file ssh_key_parse.h.
Field Documentation
◆ cipherName
| SshString cipherName |
Definition at line 113 of file ssh_key_parse.h.
◆ encrypted
| SshBinaryString encrypted |
Definition at line 118 of file ssh_key_parse.h.
◆ kdfName
| SshString kdfName |
Definition at line 114 of file ssh_key_parse.h.
◆ kdfOptions
| SshBinaryString kdfOptions |
Definition at line 115 of file ssh_key_parse.h.
◆ numKeys
| uint32_t numKeys |
Definition at line 116 of file ssh_key_parse.h.
◆ publicKey
| SshBinaryString publicKey |
Definition at line 117 of file ssh_key_parse.h.
The documentation for this struct was generated from the following file:
- cyclone_ssh/ssh/ssh_key_parse.h
