Uses of Enum
com.sshtools.client.sftp.RemoteHash
Packages that use RemoteHash
-
Uses of RemoteHash in com.sshtools.client.sftp
Methods in com.sshtools.client.sftp that return RemoteHashModifier and TypeMethodDescriptionstatic RemoteHashReturns 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.Methods in com.sshtools.client.sftp with parameters of type RemoteHashModifier and TypeMethodDescriptionprotected byte[]SftpClient.doCheckFileHandle(String path, 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(String path, long offset, long length, RemoteHash algorithm) byte[]SftpClient.getRemoteHash(String path, RemoteHash algorithm) protected byte[]SftpClient.processCheckFileResponse(SftpMessage resp, RemoteHash algorithm) booleanSftpClient.verifyFiles(String localFile, String remoteFile, long offset, long length, RemoteHash algorithm) booleanSftpClient.verifyFiles(String localFile, String remoteFile, RemoteHash algorithm) -
Uses of RemoteHash in com.sshtools.client.tasks
Fields in com.sshtools.client.tasks declared as RemoteHashMethods in com.sshtools.client.tasks with parameters of type RemoteHashModifier and TypeMethodDescriptionfinal BAbstractOptimisedTask.AbstractOptimisedTaskBuilder.withDigest(RemoteHash digest) The message digest algorithm to use for integrity checks (seeAbstractOptimisedTask.AbstractOptimisedTaskBuilder.withVerifyIntegrity()).