| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.common | |
| org.apache.sshd.common.cipher |
Cipher
implementations. |
| org.apache.sshd.common.kex | |
| org.apache.sshd.common.session.helpers |
| Modifier and Type | Method and Description |
|---|---|
static List<NamedFactory<Cipher>> |
SshClient.setupCiphers(Map<String,?> options,
PrintStream stderr) |
static List<NamedFactory<Cipher>> |
SshClient.setupCiphers(String argName,
String argVal,
List<NamedFactory<Cipher>> current,
PrintStream stderr) |
| Modifier and Type | Method and Description |
|---|---|
static List<NamedFactory<Cipher>> |
SshClient.setupCiphers(String argName,
String argVal,
List<NamedFactory<Cipher>> current,
PrintStream stderr) |
static SshClient |
SshClient.setupClient(Map<String,?> options,
List<NamedFactory<Cipher>> ciphers,
List<NamedFactory<Mac>> macs,
List<NamedFactory<Compression>> compressions,
Collection<? extends Path> identities,
BufferedReader stdin,
PrintStream stdout,
PrintStream stderr) |
| Modifier and Type | Field and Description |
|---|---|
protected List<NamedFactory<Cipher>> |
BaseBuilder.cipherFactories |
| Modifier and Type | Method and Description |
|---|---|
static List<NamedFactory<Cipher>> |
BaseBuilder.setUpDefaultCiphers(boolean ignoreUnsupported) |
| Modifier and Type | Method and Description |
|---|---|
S |
BaseBuilder.cipherFactories(List<NamedFactory<Cipher>> cipherFactories) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCipher
Base class for all Cipher implementations delegating to the JCE provider.
|
class |
BaseRC4Cipher |
class |
CipherNone
Represents a no-op cipher.
|
| Modifier and Type | Method and Description |
|---|---|
Cipher |
BuiltinCiphers.create() |
| Modifier and Type | Method and Description |
|---|---|
static NamedFactory<Cipher> |
BuiltinCiphers.unregisterExtension(String name)
Unregisters specified extension
|
| Modifier and Type | Method and Description |
|---|---|
static BuiltinCiphers |
BuiltinCiphers.fromFactory(NamedFactory<Cipher> factory) |
| Modifier and Type | Method and Description |
|---|---|
List<NamedFactory<Cipher>> |
KexFactoryManager.getCipherFactories()
Retrieve the list of named factories for
Cipher. |
List<NamedFactory<Cipher>> |
AbstractKexFactoryManager.getCipherFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
KexFactoryManager.setCipherFactories(List<NamedFactory<Cipher>> cipherFactories) |
void |
AbstractKexFactoryManager.setCipherFactories(List<NamedFactory<Cipher>> cipherFactories) |
| Modifier and Type | Field and Description |
|---|---|
protected Cipher |
AbstractSession.inCipher |
protected Cipher |
AbstractSession.outCipher |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.