| Package | Description | 
|---|---|
| com.maverick.agent | |
| com.maverick.agent.openssh | |
| com.maverick.sftp | 
 The base implementation of the SFTP protocol enabling SFTP to be
operated over both SSH1 and SSH2 connections. 
 | 
| com.maverick.ssh.components | 
 This package contains an abstract cryptographic provider for the SSH protocol. 
 | 
| com.maverick.util | 
 A set of SSHTools utility classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
KeyConstraints.setKeyTimeout(UnsignedInteger32 timeout)  | 
| Modifier and Type | Method and Description | 
|---|---|
UnsignedInteger32 | 
SshAgentPrivateKeyOp.getFlags()  | 
| Constructor and Description | 
|---|
SshAgentPrivateKeyOp(SshPublicKey pubkey,
                    byte[] data,
                    UnsignedInteger32 flags)
Creates a new SshAgentPrivateKeyOp object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UnsignedInteger32 | 
SftpFileAttributes.getPermissions()
Get the current permissions value. 
 | 
UnsignedInteger32 | 
SftpSubsystemChannel.postReadRequest(byte[] handle,
               long offset,
               int len)
Post a read request to the server and return the request id; this is used
 to optimize file downloads. 
 | 
UnsignedInteger32 | 
SftpSubsystemChannel.postWriteRequest(byte[] handle,
                long position,
                byte[] data,
                int off,
                int len)
Send a write request for an open file but do not wait for the response
 from the server. 
 | 
UnsignedInteger32 | 
SftpSubsystemChannel.sendExtensionMessage(String request,
                    byte[] requestData)
Send an extension message and return the response. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected SftpFileAttributes | 
SftpSubsystemChannel.extractAttributes(UnsignedInteger32 requestId,
                 SftpMessage bar)  | 
SftpMessage | 
SftpSubsystemChannel.getExtensionResponse(UnsignedInteger32 requestId)  | 
byte[] | 
SftpSubsystemChannel.getHandleResponse(SftpMessage bar,
                 UnsignedInteger32 requestId)  | 
byte[] | 
SftpSubsystemChannel.getHandleResponse(UnsignedInteger32 requestId)  | 
void | 
SftpSubsystemChannel.getOKRequestStatus(UnsignedInteger32 requestId)
Verify that an OK status has been returned for a request id. 
 | 
SftpMessage | 
SftpSubsystemChannel.getResponse(UnsignedInteger32 requestId)  | 
void | 
SftpFileAttributes.setPermissions(UnsignedInteger32 permissions)
Set the permissions of the file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DiffieHellmanGroups.DHGroup | 
DiffieHellmanGroups.getSafePrime(UnsignedInteger32 maximumSize)
get the biggest safe prime from the list that is <= maximumSize 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static UnsignedInteger32 | 
UnsignedInteger32.add(UnsignedInteger32 x,
   int y)
Add an int to an unsigned integer. 
 | 
static UnsignedInteger32 | 
UnsignedInteger32.add(UnsignedInteger32 x,
   UnsignedInteger32 y)
Add two unsigned integers together. 
 | 
UnsignedInteger32 | 
ByteArrayReader.readUINT32()  | 
| Modifier and Type | Method and Description | 
|---|---|
static UnsignedInteger32 | 
UnsignedInteger32.add(UnsignedInteger32 x,
   int y)
Add an int to an unsigned integer. 
 | 
static UnsignedInteger32 | 
UnsignedInteger32.add(UnsignedInteger32 x,
   UnsignedInteger32 y)
Add two unsigned integers together. 
 | 
void | 
ByteArrayWriter.writeUINT32(UnsignedInteger32 value)  | 
Copyright © 2025. All rights reserved.