Package | Description |
---|---|
com.maverick.ssh.components |
This package contains an abstract cryptographic provider for the SSH protocol.
|
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
com.maverick.sshd.platform |
This package contains the interfaces that are required to be
implemented to create an SSH server implementation.
|
com.maverick.sshd.sftp | |
com.maverick.util |
A set of SSHTools utility classes.
|
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 |
---|---|
UnsignedInteger32 |
TransferEvent.getFlags() |
UnsignedInteger32 |
SftpFileAttributes.getGID()
Get the GID of this file.
|
UnsignedInteger32 |
SftpFileAttributes.getPermissions()
Get the current permissions value.
|
UnsignedInteger32 |
SftpFileAttributes.getUID()
Get the UID of the owner.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SftpSubsystem.fireOpenFileEvent(UnsignedInteger32 flags,
SftpFileAttributes attrs,
String path,
Date started,
byte[] handle,
Throwable error) |
protected void |
SftpSubsystem.fireOpenInitEvent(UnsignedInteger32 flags,
SftpFileAttributes attrs,
String path,
Date started,
Exception error) |
void |
TransferEvent.setFlags(UnsignedInteger32 flags) |
void |
SftpFileAttributes.setGID(UnsignedInteger32 gid)
Set the GID of this file.
|
void |
SftpFileAttributes.setGID(UnsignedInteger32 gid,
String group) |
void |
SftpFileAttributes.setPermissions(UnsignedInteger32 permissions)
Set the permissions of the file.
|
void |
SftpFileAttributes.setUID(UnsignedInteger32 uid)
Set the UID of the owner.
|
void |
SftpFileAttributes.setUID(UnsignedInteger32 uid,
String username) |
Modifier and Type | Method and Description |
---|---|
byte[] |
FileSystem.openFile(String path,
UnsignedInteger32 flags,
SftpFileAttributes attrs)
Deprecated.
Open a file for reading/writing and allocate an open file handle.
|
Modifier and Type | Method and Description |
---|---|
UnsignedInteger32 |
AbstractFileSystem.OpenFile.getFlags() |
Modifier and Type | Method and Description |
---|---|
byte[] |
AbstractFileSystem.openFile(String path,
UnsignedInteger32 flags,
SftpFileAttributes attrs) |
Constructor and Description |
---|
OpenFile(AbstractFile f,
UnsignedInteger32 flags) |
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 © 2024. All rights reserved.