SshEcdsaPrivateKey Struct Reference
  ECDSA private key (OpenSSH format) More...
#include <ssh_key_parse.h>
| Data Fields | |
| uint32_t | checkInt1 | 
| uint32_t | checkInt2 | 
| SshString | keyFormatId | 
| SshString | curveName | 
| SshBinaryString | q | 
| SshBinaryString | d | 
| SshString | comment | 
Detailed Description
ECDSA private key (OpenSSH format)
Definition at line 152 of file ssh_key_parse.h.
Field Documentation
◆ checkInt1
| uint32_t checkInt1 | 
Definition at line 154 of file ssh_key_parse.h.
◆ checkInt2
| uint32_t checkInt2 | 
Definition at line 155 of file ssh_key_parse.h.
◆ comment
| SshString comment | 
Definition at line 160 of file ssh_key_parse.h.
◆ curveName
| SshString curveName | 
Definition at line 157 of file ssh_key_parse.h.
◆ d
Definition at line 159 of file ssh_key_parse.h.
◆ keyFormatId
| SshString keyFormatId | 
Definition at line 156 of file ssh_key_parse.h.
◆ q
Definition at line 158 of file ssh_key_parse.h.
The documentation for this struct was generated from the following file:
- cyclone_ssh/ssh/ssh_key_parse.h
