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

Packages that use Random
org.apache.sshd.common   
org.apache.sshd.common.random Random implementations. 
org.apache.sshd.common.session   
 

Uses of Random in org.apache.sshd.common
 

Fields in org.apache.sshd.common with type parameters of type Random
protected  Factory<Random> AbstractFactoryManager.randomFactory
           
 

Methods in org.apache.sshd.common that return types with arguments of type Random
 Factory<Random> AbstractFactoryManager.getRandomFactory()
           
 Factory<Random> FactoryManager.getRandomFactory()
          Retrieve the Random factory to be used.
 

Method parameters in org.apache.sshd.common with type arguments of type Random
 void AbstractFactoryManager.setRandomFactory(Factory<Random> randomFactory)
           
 

Uses of Random in org.apache.sshd.common.random
 

Classes in org.apache.sshd.common.random that implement Random
 class BouncyCastleRandom
          BouncyCastle Random.
 class JceRandom
          A Random implementation using the built-in SecureRandom PRNG.
 class SingletonRandomFactory
          A random factory wrapper that uses a single random instance.
 

Methods in org.apache.sshd.common.random that return Random
 Random JceRandom.Factory.create()
           
 Random SingletonRandomFactory.create()
           
 Random BouncyCastleRandom.Factory.create()
           
 

Constructor parameters in org.apache.sshd.common.random with type arguments of type Random
SingletonRandomFactory(NamedFactory<Random> factory)
           
 

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

Fields in org.apache.sshd.common.session declared as Random
protected  Random AbstractSession.random
          The pseudo random generator
 



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