Package | Description |
---|---|
com.sshtools.client.sftp |
Modifier and Type | Method and Description |
---|---|
static RemoteHash |
RemoteHash.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RemoteHash[] |
RemoteHash.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected byte[] |
SftpClient.doCheckFileHandle(java.lang.String filename,
long offset,
long length,
RemoteHash algorithm) |
protected byte[] |
SftpClient.doCheckHashHandle(byte[] handle,
long offset,
long length,
RemoteHash algorithm) |
byte[] |
SftpClient.getRemoteHash(byte[] handle,
long offset,
long length,
RemoteHash algorithm) |
byte[] |
SftpClient.getRemoteHash(byte[] handle,
RemoteHash algorithm) |
byte[] |
SftpClient.getRemoteHash(java.lang.String path,
long offset,
long length,
RemoteHash algorithm) |
byte[] |
SftpClient.getRemoteHash(java.lang.String path,
RemoteHash algorithm) |
protected byte[] |
SftpClient.processCheckFileResponse(SftpMessage resp,
RemoteHash algorithm) |
boolean |
SftpClient.verifyFiles(java.lang.String localFile,
java.lang.String remoteFile,
long offset,
long length,
RemoteHash algorithm) |
boolean |
SftpClient.verifyFiles(java.lang.String localFile,
java.lang.String remoteFile,
RemoteHash algorithm) |
Copyright © 2022. All rights reserved.