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 134 of file ssh_key_parse.h.

Field Documentation

◆ checkInt1

uint32_t checkInt1

Definition at line 136 of file ssh_key_parse.h.

◆ checkInt2

uint32_t checkInt2

Definition at line 137 of file ssh_key_parse.h.

◆ comment

SshString comment

Definition at line 144 of file ssh_key_parse.h.

◆ g

Definition at line 141 of file ssh_key_parse.h.

◆ keyFormatId

SshString keyFormatId

Definition at line 138 of file ssh_key_parse.h.

◆ p

Definition at line 139 of file ssh_key_parse.h.

◆ q

Definition at line 140 of file ssh_key_parse.h.

◆ x

Definition at line 143 of file ssh_key_parse.h.

◆ y

Definition at line 142 of file ssh_key_parse.h.


The documentation for this struct was generated from the following file: