Uses of Interface
org.apache.sshd.common.Cipher

Packages that use Cipher
org.apache.sshd.common   
org.apache.sshd.common.cipher Cipher implementations. 
org.apache.sshd.common.session   
 

Uses of Cipher in org.apache.sshd.common
 

Fields in org.apache.sshd.common with type parameters of type Cipher
protected  List<NamedFactory<Cipher>> AbstractFactoryManager.cipherFactories
           
 

Methods in org.apache.sshd.common that return types with arguments of type Cipher
 List<NamedFactory<Cipher>> AbstractFactoryManager.getCipherFactories()
           
 List<NamedFactory<Cipher>> FactoryManager.getCipherFactories()
          Retrieve the list of named factories for Cipher.
 

Method parameters in org.apache.sshd.common with type arguments of type Cipher
 void AbstractFactoryManager.setCipherFactories(List<NamedFactory<Cipher>> cipherFactories)
           
 

Uses of Cipher in org.apache.sshd.common.cipher
 

Classes in org.apache.sshd.common.cipher that implement Cipher
 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
 

Methods in org.apache.sshd.common.cipher that return Cipher
 Cipher AES256CBC.Factory.create()
           
 Cipher AES192CBC.Factory.create()
           
 Cipher BlowfishCBC.Factory.create()
           
 Cipher AES128CBC.Factory.create()
           
 Cipher TripleDESCBC.Factory.create()
           
 Cipher CipherNone.Factory.create()
           
 

Uses of Cipher in org.apache.sshd.common.session
 

Fields in org.apache.sshd.common.session declared as Cipher
protected  Cipher AbstractSession.inCipher
           
protected  Cipher AbstractSession.outCipher
           
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.