SshCertPublicKey Union Reference

Public key. More...

#include <ssh_cert_parse.h>

Data Fields

SshRsaCertPublicKey rsaPublicKey
 
SshDsaCertPublicKey dsaPublicKey
 
SshEcdsaCertPublicKey ecdsaPublicKey
 
SshEd25519CertPublicKey ed25519PublicKey
 

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.

◆ ed25519PublicKey

SshEd25519CertPublicKey ed25519PublicKey

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: