| Package | Description |
|---|---|
| ssh |
| Modifier and Type | Method and Description |
|---|---|
SshLibrary.ssh_public_key |
SshLibrary.publickey_from_privatekey(SshLibrary.ssh_private_key prv)
Original signature :
ssh_public_key publickey_from_privatekey(ssh_private_key)native declaration : /usr/include/libssh/legacy.h:88 |
SshLibrary.ssh_public_key |
SshLibrary.ssh_message_auth_publickey(SshLibrary.ssh_message msg)
Original signature :
ssh_public_key ssh_message_auth_publickey(ssh_message)native declaration : /usr/include/libssh/server.h:247 |
| Modifier and Type | Method and Description |
|---|---|
void |
SshLibrary.publickey_free(SshLibrary.ssh_public_key key)
Original signature :
void publickey_free(ssh_public_key)native declaration : /usr/include/libssh/legacy.h:83 |
SshLibrary.ssh_string |
SshLibrary.publickey_to_string(SshLibrary.ssh_public_key key)
Original signature :
ssh_string publickey_to_string(ssh_public_key)native declaration : /usr/include/libssh/legacy.h:89 |
Copyright © 2018. All rights reserved.