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 100 of file ssh_key_parse.h.
Field Documentation
◆ cipherName
| SshString cipherName |
Definition at line 102 of file ssh_key_parse.h.
◆ encrypted
| SshBinaryString encrypted |
Definition at line 107 of file ssh_key_parse.h.
◆ kdfName
| SshString kdfName |
Definition at line 103 of file ssh_key_parse.h.
◆ kdfOptions
| SshBinaryString kdfOptions |
Definition at line 104 of file ssh_key_parse.h.
◆ numKeys
| uint32_t numKeys |
Definition at line 105 of file ssh_key_parse.h.
◆ publicKey
| SshBinaryString publicKey |
Definition at line 106 of file ssh_key_parse.h.
The documentation for this struct was generated from the following file:
- cyclone_ssh/ssh/ssh_key_parse.h
