SshCertPublicKey Union Reference
Public key. More...
#include <ssh_cert_parse.h>
Data Fields | |
| SshRsaCertPublicKey | rsaPublicKey |
| SshDsaCertPublicKey | dsaPublicKey |
| SshEcdsaCertPublicKey | ecdsaPublicKey |
| SshEddsaCertPublicKey | eddsaPublicKey |
Detailed Description
Public key.
Definition at line 103 of file ssh_cert_parse.h.
Field Documentation
◆ dsaPublicKey
| SshDsaCertPublicKey dsaPublicKey |
Definition at line 106 of file ssh_cert_parse.h.
◆ ecdsaPublicKey
| SshEcdsaCertPublicKey ecdsaPublicKey |
Definition at line 107 of file ssh_cert_parse.h.
◆ eddsaPublicKey
| SshEddsaCertPublicKey eddsaPublicKey |
Definition at line 108 of file ssh_cert_parse.h.
◆ rsaPublicKey
| SshRsaCertPublicKey rsaPublicKey |
Definition at line 105 of file ssh_cert_parse.h.
The documentation for this union was generated from the following file:
- cyclone_ssh/ssh/ssh_cert_parse.h
