|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SshCipher | |
|---|---|
| com.maverick.ssh.components | This package contains an abstract cryptographic provider for the SSH protocol. |
| com.maverick.ssh.components.jce | This package contains a set of algoritm implementations that enable the Maverick API to use a Java Cryptography Extension provider. |
| com.maverick.ssh.components.standalone | This package contains a set of algoritm implementations that use an internal cryptographic provider. |
| Uses of SshCipher in com.maverick.ssh.components |
|---|
| Subclasses of SshCipher in com.maverick.ssh.components | |
|---|---|
class |
NoneCipher
This special cipher implementation provides an unencrypted connection. |
| Uses of SshCipher in com.maverick.ssh.components.jce |
|---|
| Subclasses of SshCipher in com.maverick.ssh.components.jce | |
|---|---|
class |
AbstractJCECipher
An abstract base class for defining SSH ciphers which use a JCE provider instead of the internal Maverick Crypto provider. |
class |
ArcFour
|
class |
ArcFour128
|
class |
ArcFour256
|
class |
Ssh1Des3
3DES cipher implementation for SSH1 protocol. |
class |
TripleDesCtr
An implementation of the 3DES cipher using a JCE provider. |
| Uses of SshCipher in com.maverick.ssh.components.standalone |
|---|
| Subclasses of SshCipher in com.maverick.ssh.components.standalone | |
|---|---|
class |
AES128Cbc
This cipher can optionally be added to the J2SSH Maverick API. |
class |
AES128Ctr
128 bit Counter Mode AES cipher |
class |
AES192Cbc
This cipher can optionally be added to the J2SSH Maverick API. |
class |
AES192Ctr
192 bit Counter Mode AES cipher |
class |
AES256Cbc
This cipher can optionally be added to the J2SSH Maverick API. |
class |
AES256Ctr
256 bit Counter Mode AES cipher |
class |
BlowfishCbc
Blowfish cipher for SSH2. |
class |
CAST128Cbc
This cipher can optionally be added to the J2SSH Maverick API. |
class |
Ssh1Des
DES cipher for SSH1. |
class |
TripleDesCbc
3DES cipher for SSH2. |
class |
Twofish128Cbc
This cipher can optionally be added to the J2SSH Maverick API. |
class |
Twofish192Cbc
This cipher can optionally be added to the J2SSH Maverick API. |
class |
Twofish256Cbc
This cipher can optionally be added to the J2SSH Maverick API. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||