| Interface | Description |
|---|---|
| BlockCipher |
BlockCipher.
|
| EtmCipher |
| Class | Description |
|---|---|
| AES |
AES modes for SSH using the JCE.
|
| AES.CBC | |
| AES.CTR | |
| BlockCipherFactory |
BlockCipherFactory.
|
| BlowFish |
A class that provides Blowfish key encryption operations, such as encoding
data and generating keys.
|
| BlowFish.CBC | |
| BlowFish.CTR | |
| CBCMode |
CBCMode.
|
| CipherInputStream |
CipherInputStream.
|
| CipherOutputStream |
CipherOutputStream.
|
| CTRMode |
This is CTR mode as described in draft-ietf-secsh-newmodes-XY.txt
|
| DES |
DES.
|
| DES.CBC | |
| DESede |
DESede.
|
| DESede.CBC | |
| DESede.CTR | |
| NullCipher |
NullCipher.
|