| net.schmizz.sshj.Config |
Known Indirect Subclasses
|
Holds configuration information and factories. Acts a container for factories of KeyExchange, Cipher,
Compression, MAC, Signature, Random, and FileKeyProvider.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the list of named factories for
Cipher. | |||||||||||
Retrieve the list of named factories for
Compression. | |||||||||||
Retrieve the list of named factories for
FileKeyProvider. | |||||||||||
Retrieve the list of named factories for
KeyExchange. | |||||||||||
Retrieve the list of named factories for
MAC. | |||||||||||
Retrieve the
Random factory. | |||||||||||
Retrieve the list of named factories for
Signature | |||||||||||
Returns the software version information for identification during SSH connection initialization.
| |||||||||||
Set the named factories for
Cipher. | |||||||||||
Set the named factories for
Compression. | |||||||||||
Set the named factories for
FileKeyProvider. | |||||||||||
Set the named factories for
KeyExchange. | |||||||||||
Set the named factories for
MAC. | |||||||||||
Set the factory for
Random. | |||||||||||
Set the named factories for
Signature. | |||||||||||
Set the software version information for identification during SSH connection initialization.
| |||||||||||
Retrieve the list of named factories for Cipher.
Cipher factories
Retrieve the list of named factories for Compression.
Compression factories
Retrieve the list of named factories for FileKeyProvider.
FileKeyProvider factories
Retrieve the list of named factories for KeyExchange.
KeyExchange factories
Retrieve the list of named factories for MAC.
MAC factories
Returns the software version information for identification during SSH connection initialization. For example,
"NET_3_0".
Set the named factories for Cipher.
| cipherFactories | A list of named factories |
|---|
Set the named factories for Compression.
| compressionFactories | A list of named factories |
|---|
Set the named factories for FileKeyProvider.
| fileKeyProviderFactories | A list of named factories |
|---|
Set the named factories for KeyExchange.
| kexFactories | A list of named factories |
|---|
Set the named factories for MAC.
| macFactories | A list of named factories |
|---|
Set the factory for Random.
| randomFactory | The factory |
|---|
Set the named factories for Signature.
| signatureFactories | A list of named factories |
|---|
Set the software version information for identification during SSH connection initialization. For example, "SSHJ_0_1".
| version | Software version info |
|---|