Package | Description |
---|---|
org.apache.commons.vfs2.provider.sftp |
The SFTP Provider.
|
Modifier and Type | Class and Description |
---|---|
class |
BytesIdentityInfo
Structure for an identity based on byte arrays.
|
class |
IdentityInfo
Structure for an identity based on Files.
|
Modifier and Type | Method and Description |
---|---|
IdentityProvider[] |
SftpFileSystemConfigBuilder.getIdentityProvider(FileSystemOptions opts)
Gets the identity providers.
|
Modifier and Type | Method and Description |
---|---|
private static void |
SftpClientFactory.addIdentities(com.jcraft.jsch.JSch jsch,
java.io.File sshDir,
IdentityProvider[] identities) |
private static void |
SftpClientFactory.addIdentity(com.jcraft.jsch.JSch jsch,
IdentityProvider identity) |
void |
SftpFileSystemConfigBuilder.setIdentityProvider(FileSystemOptions opts,
IdentityProvider... identites)
Sets the identity info (your private key files).
|