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  java.util.List<NamedFactory<Cipher>> AbstractFactoryManager.cipherFactories
           
 

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

Method parameters in org.apache.sshd.common with type arguments of type Cipher
 void AbstractFactoryManager.setCipherFactories(java.util.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 AES128CTR
          AES128CTR cipher
 class AES192CBC
          AES192CBC Cipher
 class AES256CBC
          AES256CBC Cipher
 class AES256CTR
          AES256CTR Cipher
 class ARCFOUR128
          ARCFOUR128 cipher
 class ARCFOUR256
          ARCFOUR256 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 TripleDESCBC.Factory.create()
           
 Cipher CipherNone.Factory.create()
           
 Cipher BlowfishCBC.Factory.create()
           
 Cipher ARCFOUR256.Factory.create()
           
 Cipher ARCFOUR128.Factory.create()
           
 Cipher AES256CTR.Factory.create()
           
 Cipher AES256CBC.Factory.create()
           
 Cipher AES192CBC.Factory.create()
           
 Cipher AES128CTR.Factory.create()
           
 Cipher AES128CBC.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 The Apache Software Foundation. All Rights Reserved.