Package | Description |
---|---|
com.maverick.ssh.components.jce |
This package contains a set of algoritm implementations that enable the Maverick API
to use a Java Cryptography Extension provider.
|
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 |
---|---|
UnsignedInteger64 |
OpenSshCertificate.getSerial() |
Modifier and Type | Method and Description |
---|---|
long |
ChaCha20Poly1305.readPacketLength(byte[] encoded,
UnsignedInteger64 sequenceNo) |
void |
OpenSshCertificate.sign(SshPublicKey publicKey,
UnsignedInteger64 serial,
int type,
String keyId,
List<String> validPrincipals,
UnsignedInteger64 validAfter,
UnsignedInteger64 validBefore,
List<CriticalOption> criticalOptions,
List<CertificateExtension> extensions,
SshKeyPair signingKey) |
byte[] |
ChaCha20Poly1305.writePacketLength(int length,
UnsignedInteger64 sequenceNo) |
Modifier and Type | Method and Description |
---|---|
UnsignedInteger64 |
SftpFileAttributes.getAccessedTime()
Get the last accessed time.
|
UnsignedInteger64 |
SftpFileAttributes.getCreateTime()
Get the file create time.
|
UnsignedInteger64 |
SftpFileAttributes.getModifiedTime()
Get the last modified time.
|
UnsignedInteger64 |
SftpFileAttributes.getSize()
Get the size of the file.
|
Modifier and Type | Method and Description |
---|---|
void |
SftpFileAttributes.setSize(UnsignedInteger64 size)
Set the size of the file.
|
void |
SftpFileAttributes.setTimes(UnsignedInteger64 atime,
UnsignedInteger64 mtime)
Set the last access and last modified times.
|
void |
SftpFileAttributes.setTimes(UnsignedInteger64 atime,
UnsignedInteger64 mtime,
UnsignedInteger64 ctime)
Set the last access, last modified and create times.
|
Modifier and Type | Method and Description |
---|---|
int |
FileSystem.readFile(byte[] handle,
UnsignedInteger64 offset,
byte[] buffer,
int start,
int numBytesToRead)
Deprecated.
Read a block of data from an open file.
|
void |
FileSystem.writeFile(byte[] handle,
UnsignedInteger64 offset,
byte[] data,
int off,
int len)
Deprecated.
Write a block of data to an open file.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractFileSystem.copyData(byte[] handle,
UnsignedInteger64 offset,
UnsignedInteger64 length,
byte[] toHandle,
UnsignedInteger64 toOffset) |
int |
AbstractFileSystem.readFile(byte[] handle,
UnsignedInteger64 offset,
byte[] buf,
int start,
int numBytesToRead) |
void |
AbstractFileSystem.writeFile(byte[] handle,
UnsignedInteger64 offset,
byte[] data,
int off,
int len) |
Modifier and Type | Method and Description |
---|---|
static UnsignedInteger64 |
UnsignedInteger64.add(UnsignedInteger64 x,
int y)
Add an unsigned integer to an int.
|
static UnsignedInteger64 |
UnsignedInteger64.add(UnsignedInteger64 x,
UnsignedInteger64 y)
Add an unsigned integer to another unsigned integer.
|
UnsignedInteger64 |
ByteArrayReader.readUINT64() |
Modifier and Type | Method and Description |
---|---|
static UnsignedInteger64 |
UnsignedInteger64.add(UnsignedInteger64 x,
int y)
Add an unsigned integer to an int.
|
static UnsignedInteger64 |
UnsignedInteger64.add(UnsignedInteger64 x,
UnsignedInteger64 y)
Add an unsigned integer to another unsigned integer.
|
void |
ByteArrayWriter.writeUINT64(UnsignedInteger64 value) |
Copyright © 2024. All rights reserved.