| Package | Description |
|---|---|
| ssh |
| Modifier and Type | Field and Description |
|---|---|
SshLibrary.ssh_string |
sftp_attributes_struct.acl |
SshLibrary.ssh_string |
sftp_client_message_struct.data
can be newpath of rename()
C type : ssh_string |
SshLibrary.ssh_string |
sftp_status_message_struct.error |
SshLibrary.ssh_string |
sftp_attributes_struct.extended_data |
SshLibrary.ssh_string |
sftp_attributes_struct.extended_type |
SshLibrary.ssh_string |
sftp_client_message_struct.handle |
SshLibrary.ssh_string |
sftp_file_struct.handle |
SshLibrary.ssh_string |
sftp_dir_struct.handle
handle to directory
C type : ssh_string |
SshLibrary.ssh_string |
sftp_status_message_struct.lang |
| Modifier and Type | Method and Description |
|---|---|
SshLibrary.ssh_string |
SshLibrary.publickey_from_file(SshLibrary.ssh_session session,
com.sun.jna.Pointer filename,
com.sun.jna.ptr.IntByReference type)
|
SshLibrary.ssh_string |
SshLibrary.publickey_from_file(SshLibrary.ssh_session session,
java.lang.String filename,
java.nio.IntBuffer type)
Original signature :
ssh_string publickey_from_file(ssh_session, const char*, int*)native declaration : /usr/include/libssh/legacy.h:86 |
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 |
SshLibrary.ssh_string |
SshLibrary.sftp_handle_alloc(sftp_session_struct sftp,
com.sun.jna.Pointer info)
Original signature :
ssh_string sftp_handle_alloc(sftp_session, void*)native declaration : /usr/include/libssh/sftp.h:780 |
SshLibrary.ssh_string |
SshLibrary.ssh_get_pubkey(SshLibrary.ssh_session session)
Original signature :
ssh_string ssh_get_pubkey(ssh_session)native declaration : /usr/include/libssh/libssh.h:319 |
SshLibrary.ssh_string |
SshLibrary.ssh_string_copy(SshLibrary.ssh_string str)
Original signature :
ssh_string ssh_string_copy(ssh_string)native declaration : /usr/include/libssh/libssh.h:399 |
SshLibrary.ssh_string |
SshLibrary.ssh_string_from_char(com.sun.jna.Pointer what)
Deprecated.
use the safer methods
SshLibrary.ssh_string_from_char(java.lang.String) and SshLibrary.ssh_string_from_char(com.sun.jna.Pointer) instead |
SshLibrary.ssh_string |
SshLibrary.ssh_string_from_char(java.lang.String what)
Original signature :
ssh_string ssh_string_from_char(const char*)native declaration : /usr/include/libssh/libssh.h:403 |
SshLibrary.ssh_string |
SshLibrary.ssh_string_new(com.ochafik.lang.jnaerator.runtime.NativeSize size)
Original signature :
ssh_string ssh_string_new(size_t)native declaration : /usr/include/libssh/libssh.h:405 |
SshLibrary.ssh_string |
SshLibrary.string_copy(SshLibrary.ssh_string str)
Original signature :
ssh_string string_copy(ssh_string)native declaration : /usr/include/libssh/legacy.h:92 |
SshLibrary.ssh_string |
SshLibrary.string_from_char(com.sun.jna.Pointer what)
Deprecated.
use the safer methods
SshLibrary.string_from_char(java.lang.String) and SshLibrary.string_from_char(com.sun.jna.Pointer) instead |
SshLibrary.ssh_string |
SshLibrary.string_from_char(java.lang.String what)
Original signature :
ssh_string string_from_char(const char*)native declaration : /usr/include/libssh/legacy.h:96 |
SshLibrary.ssh_string |
SshLibrary.string_new(com.ochafik.lang.jnaerator.runtime.NativeSize size)
Original signature :
ssh_string string_new(size_t)native declaration : /usr/include/libssh/legacy.h:98 |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jna.Pointer |
SshLibrary.sftp_handle(sftp_session_struct sftp,
SshLibrary.ssh_string handle)
Original signature :
void* sftp_handle(sftp_session, ssh_string)native declaration : /usr/include/libssh/sftp.h:782 |
int |
SshLibrary.sftp_reply_handle(sftp_client_message_struct msg,
SshLibrary.ssh_string handle)
Original signature :
int sftp_reply_handle(sftp_client_message, ssh_string)native declaration : /usr/include/libssh/sftp.h:779 |
int |
SshLibrary.ssh_message_auth_reply_pk_ok(SshLibrary.ssh_message msg,
SshLibrary.ssh_string algo,
SshLibrary.ssh_string pubkey)
Original signature :
int ssh_message_auth_reply_pk_ok(ssh_message, ssh_string, ssh_string)native declaration : /usr/include/libssh/server.h:250 |
int |
SshLibrary.ssh_publickey_to_file(SshLibrary.ssh_session session,
com.sun.jna.Pointer file,
SshLibrary.ssh_string pubkey,
int type)
|
int |
SshLibrary.ssh_publickey_to_file(SshLibrary.ssh_session session,
java.lang.String file,
SshLibrary.ssh_string pubkey,
int type)
Original signature :
int ssh_publickey_to_file(ssh_session, const char*, ssh_string, int)native declaration : /usr/include/libssh/legacy.h:84 |
void |
SshLibrary.ssh_string_burn(SshLibrary.ssh_string str)
Original signature :
void ssh_string_burn(ssh_string)native declaration : /usr/include/libssh/libssh.h:398 |
SshLibrary.ssh_string |
SshLibrary.ssh_string_copy(SshLibrary.ssh_string str)
Original signature :
ssh_string ssh_string_copy(ssh_string)native declaration : /usr/include/libssh/libssh.h:399 |
com.sun.jna.Pointer |
SshLibrary.ssh_string_data(SshLibrary.ssh_string str)
Original signature :
void* ssh_string_data(ssh_string)native declaration : /usr/include/libssh/libssh.h:400 |
int |
SshLibrary.ssh_string_fill(SshLibrary.ssh_string str,
com.sun.jna.Pointer data,
com.ochafik.lang.jnaerator.runtime.NativeSize len)
Original signature :
int ssh_string_fill(ssh_string, const void*, size_t)native declaration : /usr/include/libssh/libssh.h:401 |
void |
SshLibrary.ssh_string_free(SshLibrary.ssh_string str)
Original signature :
void ssh_string_free(ssh_string)native declaration : /usr/include/libssh/libssh.h:402 |
com.ochafik.lang.jnaerator.runtime.NativeSize |
SshLibrary.ssh_string_len(SshLibrary.ssh_string str)
Original signature :
size_t ssh_string_len(ssh_string)native declaration : /usr/include/libssh/libssh.h:404 |
com.sun.jna.Pointer |
SshLibrary.ssh_string_to_char(SshLibrary.ssh_string str)
Original signature :
char* ssh_string_to_char(ssh_string)native declaration : /usr/include/libssh/libssh.h:406 |
int |
SshLibrary.ssh_userauth_offer_pubkey(SshLibrary.ssh_session session,
com.sun.jna.Pointer username,
int type,
SshLibrary.ssh_string publickey)
|
int |
SshLibrary.ssh_userauth_offer_pubkey(SshLibrary.ssh_session session,
java.lang.String username,
int type,
SshLibrary.ssh_string publickey)
Original signature :
int ssh_userauth_offer_pubkey(ssh_session, const char*, int, ssh_string)native declaration : /usr/include/libssh/libssh.h:390 |
int |
SshLibrary.ssh_userauth_pubkey(SshLibrary.ssh_session session,
com.sun.jna.Pointer username,
SshLibrary.ssh_string publickey,
SshLibrary.ssh_private_key privatekey)
Deprecated.
use the safer methods
SshLibrary.ssh_userauth_pubkey(ssh.SshLibrary.ssh_session, java.lang.String, ssh.SshLibrary.ssh_string, ssh.SshLibrary.ssh_private_key) and SshLibrary.ssh_userauth_pubkey(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer, ssh.SshLibrary.ssh_string, ssh.SshLibrary.ssh_private_key) instead |
int |
SshLibrary.ssh_userauth_pubkey(SshLibrary.ssh_session session,
java.lang.String username,
SshLibrary.ssh_string publickey,
SshLibrary.ssh_private_key privatekey)
Original signature :
int ssh_userauth_pubkey(ssh_session, const char*, ssh_string, ssh_private_key)native declaration : /usr/include/libssh/libssh.h:392 |
void |
SshLibrary.string_burn(SshLibrary.ssh_string str)
Original signature :
void string_burn(ssh_string)native declaration : /usr/include/libssh/legacy.h:91 |
SshLibrary.ssh_string |
SshLibrary.string_copy(SshLibrary.ssh_string str)
Original signature :
ssh_string string_copy(ssh_string)native declaration : /usr/include/libssh/legacy.h:92 |
com.sun.jna.Pointer |
SshLibrary.string_data(SshLibrary.ssh_string str)
Original signature :
void* string_data(ssh_string)native declaration : /usr/include/libssh/legacy.h:93 |
int |
SshLibrary.string_fill(SshLibrary.ssh_string str,
com.sun.jna.Pointer data,
com.ochafik.lang.jnaerator.runtime.NativeSize len)
Original signature :
int string_fill(ssh_string, const void*, size_t)native declaration : /usr/include/libssh/legacy.h:94 |
void |
SshLibrary.string_free(SshLibrary.ssh_string str)
Original signature :
void string_free(ssh_string)native declaration : /usr/include/libssh/legacy.h:95 |
com.ochafik.lang.jnaerator.runtime.NativeSize |
SshLibrary.string_len(SshLibrary.ssh_string str)
Original signature :
size_t string_len(ssh_string)native declaration : /usr/include/libssh/legacy.h:97 |
com.sun.jna.Pointer |
SshLibrary.string_to_char(SshLibrary.ssh_string str)
Original signature :
char* string_to_char(ssh_string)native declaration : /usr/include/libssh/legacy.h:99 |
| Constructor and Description |
|---|
sftp_dir_struct(sftp_session_struct.ByReference sftp,
com.sun.jna.Pointer name,
SshLibrary.ssh_string handle,
SshLibrary.ssh_buffer buffer,
int count,
int eof) |
sftp_file_struct(sftp_session_struct.ByReference sftp,
com.sun.jna.Pointer name,
long offset,
SshLibrary.ssh_string handle,
int eof,
int nonblocking) |
sftp_status_message_struct(int id,
int status,
SshLibrary.ssh_string error,
SshLibrary.ssh_string lang,
com.sun.jna.Pointer errormsg,
com.sun.jna.Pointer langmsg) |
Copyright © 2018. All rights reserved.