| Package | Description |
|---|---|
| org.apache.sshd.common | |
| org.apache.sshd.common.cipher |
Cipher
implementations. |
| org.apache.sshd.common.session |
| Modifier and Type | Field and Description |
|---|---|
protected List<NamedFactory<Cipher>> |
BaseBuilder.cipherFactories |
protected List<NamedFactory<Cipher>> |
AbstractFactoryManager.cipherFactories |
| Modifier and Type | Method and Description |
|---|---|
List<NamedFactory<Cipher>> |
FactoryManager.getCipherFactories()
Retrieve the list of named factories for
Cipher. |
List<NamedFactory<Cipher>> |
AbstractFactoryManager.getCipherFactories() |
static List<NamedFactory<Cipher>> |
BaseBuilder.setUpDefaultCiphers(boolean ignoreUnsupported) |
| Modifier and Type | Method and Description |
|---|---|
S |
BaseBuilder.cipherFactories(List<NamedFactory<Cipher>> cipherFactories) |
void |
AbstractFactoryManager.setCipherFactories(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 | Field and Description |
|---|---|
protected Cipher |
AbstractSession.inCipher |
protected Cipher |
AbstractSession.outCipher |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.