SSH certificate (OpenSSH format) More...
#include <ssh_cert_parse.h>
Data Fields | |
| SshString | keyFormatId |
| SshBinaryString | nonce |
| SshCertPublicKey | publicKey |
| uint64_t | serial |
| uint32_t | type |
| SshString | keyId |
| SshBinaryString | validPrincipals |
| uint64_t | validAfter |
| uint64_t | validBefore |
| SshBinaryString | criticalOptions |
| SshBinaryString | extensions |
| SshBinaryString | reserved |
| SshBinaryString | signatureKey |
| SshBinaryString | signature |
Detailed Description
SSH certificate (OpenSSH format)
Definition at line 116 of file ssh_cert_parse.h.
Field Documentation
◆ criticalOptions
| SshBinaryString criticalOptions |
Definition at line 127 of file ssh_cert_parse.h.
◆ extensions
| SshBinaryString extensions |
Definition at line 128 of file ssh_cert_parse.h.
◆ keyFormatId
| SshString keyFormatId |
Definition at line 118 of file ssh_cert_parse.h.
◆ keyId
| SshString keyId |
Definition at line 123 of file ssh_cert_parse.h.
◆ nonce
| SshBinaryString nonce |
Definition at line 119 of file ssh_cert_parse.h.
◆ publicKey
| SshCertPublicKey publicKey |
Definition at line 120 of file ssh_cert_parse.h.
◆ reserved
| SshBinaryString reserved |
Definition at line 129 of file ssh_cert_parse.h.
◆ serial
| uint64_t serial |
Definition at line 121 of file ssh_cert_parse.h.
◆ signature
| SshBinaryString signature |
Definition at line 131 of file ssh_cert_parse.h.
◆ signatureKey
| SshBinaryString signatureKey |
Definition at line 130 of file ssh_cert_parse.h.
◆ type
| uint32_t type |
Definition at line 122 of file ssh_cert_parse.h.
◆ validAfter
| uint64_t validAfter |
Definition at line 125 of file ssh_cert_parse.h.
◆ validBefore
| uint64_t validBefore |
Definition at line 126 of file ssh_cert_parse.h.
◆ validPrincipals
| SshBinaryString validPrincipals |
Definition at line 124 of file ssh_cert_parse.h.
The documentation for this struct was generated from the following file:
- cyclone_ssh/ssh/ssh_cert_parse.h
