public class

DefaultConfig

extends ConfigImpl
java.lang.Object
   ↳ net.schmizz.sshj.ConfigImpl
     ↳ net.schmizz.sshj.DefaultConfig
Known Direct Subclasses

Class Overview

A Config that is initialized as follows. Items marked with an asterisk are added to the config only if BouncyCastle is in the classpath.

[1] It is worth noting that Sun's JRE does not have the unlimited cryptography extension enabled by default. This prevents using ciphers with strength greater than 128.

Summary

Constants
String VERSION
Fields
private final Logger log
[Expand]
Inherited Fields
From class net.schmizz.sshj.ConfigImpl
Public Constructors
DefaultConfig()
Protected Methods
void initCipherFactories()
void initCompressionFactories()
void initFileKeyProviderFactories(boolean bouncyCastleRegistered)
void initKeyExchangeFactories(boolean bouncyCastleRegistered)
void initMACFactories()
void initRandomFactory(boolean bouncyCastleRegistered)
void initSignatureFactories()
[Expand]
Inherited Methods
From class net.schmizz.sshj.ConfigImpl
From class java.lang.Object
From interface net.schmizz.sshj.Config

Constants

private static final String VERSION

Constant Value: "SSHJ_0_8_1_SNAPSHOT"

Fields

private final Logger log

Public Constructors

public DefaultConfig ()

Protected Methods

protected void initCipherFactories ()

protected void initCompressionFactories ()

protected void initFileKeyProviderFactories (boolean bouncyCastleRegistered)

Parameters
bouncyCastleRegistered

protected void initKeyExchangeFactories (boolean bouncyCastleRegistered)

Parameters
bouncyCastleRegistered

protected void initMACFactories ()

protected void initRandomFactory (boolean bouncyCastleRegistered)

Parameters
bouncyCastleRegistered

protected void initSignatureFactories ()