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>> |
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 |
AES192CBC
AES192CBC Cipher
|
class |
AES256CBC
AES256CBC Cipher
|
class |
BaseCipher
Base class for all Cipher implementations delegating to the JCE provider.
|
class |
BlowfishCBC
BlowfishCBC Cipher
|
class |
CipherNone
Represents a no-op cipher.
|
class |
TripleDESCBC
TripleDESCBC Cipher
|
Modifier and Type | Method and Description |
---|---|
Cipher |
CipherNone.Factory.create() |
Cipher |
TripleDESCBC.Factory.create() |
Cipher |
AES192CBC.Factory.create() |
Cipher |
BlowfishCBC.Factory.create() |
Cipher |
AES256CBC.Factory.create() |
Cipher |
AES128CBC.Factory.create() |
Modifier and Type | Field and Description |
---|---|
protected Cipher |
AbstractSession.inCipher |
protected Cipher |
AbstractSession.outCipher |
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.