SshRsaKey Struct Reference
Transient RSA key (for RSA key exchange) More...
#include <ssh.h>
Data Fields | |
| uint_t | modulusSize |
| Length of the modulus, in bits. More... | |
| const char_t * | publicKey |
| RSA public key (PEM, SSH2 or OpenSSH format) More... | |
| size_t | publicKeyLen |
| Length of the RSA public key. More... | |
| const char_t * | privateKey |
| RSA private key (PEM or OpenSSH format) More... | |
| size_t | privateKeyLen |
| Length of the RSA private key. More... | |
| char_t | password [SSH_MAX_PASSWORD_LEN+1] |
| Password used to decrypt the private key. More... | |
Detailed Description
Field Documentation
◆ modulusSize
◆ password
| char_t password[SSH_MAX_PASSWORD_LEN+1] |
◆ privateKey
| const char_t* privateKey |
◆ privateKeyLen
◆ publicKey
| const char_t* publicKey |
◆ publicKeyLen
The documentation for this struct was generated from the following file:
- cyclone_ssh/ssh/ssh.h
