| Package | Description |
|---|---|
| net.schmizz.sshj | |
| net.schmizz.sshj.userauth.keyprovider |
| Modifier and Type | Method and Description |
|---|---|
List<Factory.Named<FileKeyProvider>> |
ConfigImpl.getFileKeyProviderFactories() |
List<Factory.Named<FileKeyProvider>> |
Config.getFileKeyProviderFactories()
Retrieve the list of named factories for
FileKeyProvider. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigImpl.setFileKeyProviderFactories(List<Factory.Named<FileKeyProvider>> fileKeyProviderFactories) |
void |
Config.setFileKeyProviderFactories(List<Factory.Named<FileKeyProvider>> fileKeyProviderFactories)
Set the named factories for
FileKeyProvider. |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenSSHKeyFile
Represents an OpenSSH identity that consists of a PKCS8-encoded private key file and an unencrypted public key file
of the same name with the
".pub" extension. |
class |
PKCS8KeyFile
Represents a PKCS8-encoded key file.
|
class |
PuTTYKeyFile
Sample PuTTY file format
|
| Modifier and Type | Method and Description |
|---|---|
FileKeyProvider |
PuTTYKeyFile.Factory.create() |
FileKeyProvider |
PKCS8KeyFile.Factory.create() |
FileKeyProvider |
OpenSSHKeyFile.Factory.create() |
Copyright © 2009–2014. All rights reserved.