Package | Description |
---|---|
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.jce |
This package contains a set of algoritm implementations that enable the Maverick API
to use a Java Cryptography Extension provider.
|
com.maverick.util |
A set of SSHTools utility classes.
|
com.sshtools.sftp |
This package contains the SSHTools SFTP client converted for use with the J2SSH
Maverick API.
|
Modifier and Type | Method and Description |
---|---|
UnsignedInteger64 |
SftpFileAttributes.getAccessedTime()
Get the last accessed time.
|
UnsignedInteger64 |
SftpFileAttributes.getCreationTime()
Get the creation time of this file.
|
UnsignedInteger64 |
SftpFileAttributes.getModifiedTime()
Get the last modified time.
|
UnsignedInteger64 |
SftpFileAttributes.getSize()
Get the size of the file.
|
Modifier and Type | Method and Description |
---|---|
int |
SftpSubsystemChannel.readFile(byte[] handle,
UnsignedInteger64 offset,
byte[] output,
int off,
int len)
Read a block of data from an open file.
|
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 |
SftpSubsystemChannel.writeFile(byte[] handle,
UnsignedInteger64 offset,
byte[] data,
int off,
int len)
Write a block of data to an open file.
|
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 |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
SftpClient.copyRemoteData(SftpFile sourceFile,
UnsignedInteger64 fromOffset,
UnsignedInteger64 length,
SftpFile destinationFile,
UnsignedInteger64 toOffset) |
Copyright © 2024. All rights reserved.