| Package | Description |
|---|---|
| org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
| 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>> |
SshBuilder.BaseBuilder.cipherFactories |
| Modifier and Type | Method and Description |
|---|---|
protected static List<NamedFactory<Cipher>> |
SshBuilder.BaseBuilder.setUpDefaultCiphers() |
| Modifier and Type | Method and Description |
|---|---|
S |
SshBuilder.BaseBuilder.cipherFactories(List<NamedFactory<Cipher>> cipherFactories) |
| Modifier and Type | Field and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFactoryManager.setCipherFactories(List<NamedFactory<Cipher>> cipherFactories) |
| Modifier and Type | Class and Description |
|---|---|
class |
AES128CBC
AES128CBC cipher
|
class |
AES128CTR
AES128CTR cipher
|
class |
AES192CBC
AES192CBC Cipher
|
class |
AES192CTR
AES192CBC Cipher
|
class |
AES256CBC
AES256CBC Cipher
|
class |
AES256CTR
AES256CTR Cipher
|
class |
ARCFOUR128
ARCFOUR128 cipher
|
class |
ARCFOUR256
ARCFOUR256 cipher
|
class |
BaseCipher
Base class for all Cipher implementations delegating to the JCE provider.
|
class |
BaseRC4Cipher |
class |
BlowfishCBC
BlowfishCBC Cipher
|
class |
CipherNone
Represents a no-op cipher.
|
class |
TripleDESCBC
TripleDESCBC Cipher
|
| Modifier and Type | Method and Description |
|---|---|
Cipher |
TripleDESCBC.Factory.create() |
Cipher |
CipherNone.Factory.create() |
Cipher |
BlowfishCBC.Factory.create() |
Cipher |
ARCFOUR256.Factory.create() |
Cipher |
ARCFOUR128.Factory.create() |
Cipher |
AES256CTR.Factory.create() |
Cipher |
AES256CBC.Factory.create() |
Cipher |
AES192CTR.Factory.create() |
Cipher |
AES192CBC.Factory.create() |
Cipher |
AES128CTR.Factory.create() |
Cipher |
AES128CBC.Factory.create() |
| Modifier and Type | Field and Description |
|---|---|
protected Cipher |
AbstractSession.inCipher |
protected Cipher |
AbstractSession.outCipher |
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.