Class FileHandleHashingExtension
java.lang.Object
com.sshtools.common.sftp.extensions.AbstractSftpExtension
com.sshtools.common.sftp.extensions.AbstractDigestExtension
com.sshtools.common.sftp.extensions.FileHashingExtension
com.sshtools.common.sftp.extensions.FileHandleHashingExtension
- All Implemented Interfaces:
SftpExtension
-
Field Summary
FieldsFields inherited from interface com.sshtools.common.sftp.SftpExtension
SSH_FXP_EXTENDED_REPLY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]getFileHandle(com.sshtools.common.util.ByteArrayReader msg, SftpSubsystem sftp) Methods inherited from class com.sshtools.common.sftp.extensions.FileHashingExtension
processMessage, sendReplyMethods inherited from class com.sshtools.common.sftp.extensions.AbstractDigestExtension
doHash, doHash, processExtendedMessage, supportsExtendedMessageMethods inherited from class com.sshtools.common.sftp.extensions.AbstractSftpExtension
generateDefaultData, getDefaultData, getName, isDeclaredInVersion
-
Field Details
-
EXTENSION_NAME
- See Also:
-
-
Constructor Details
-
FileHandleHashingExtension
public FileHandleHashingExtension()
-
-
Method Details
-
getFileHandle
protected byte[] getFileHandle(com.sshtools.common.util.ByteArrayReader msg, SftpSubsystem sftp) throws IOException, PermissionDeniedException - Specified by:
getFileHandlein classFileHashingExtension- Throws:
IOExceptionPermissionDeniedException
-