Uses of Class
com.maverick.ssh.components.SshCipher

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. 
com.maverick.ssh1 This package contains an SSH1 implementation of the com.maverick.ssh interfaces. 
 

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.
 

Uses of SshCipher in com.maverick.ssh1
 

Methods in com.maverick.ssh1 that return SshCipher
 SshCipher Ssh1Context.createCipher(int cipherType)
           
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.