Package | Description |
---|---|
org.apache.sshd.common | |
org.apache.sshd.common.random |
Random implementations. |
org.apache.sshd.common.session |
Modifier and Type | Field and Description |
---|---|
protected Factory<Random> |
AbstractFactoryManager.randomFactory |
Modifier and Type | Method and Description |
---|---|
Factory<Random> |
FactoryManager.getRandomFactory()
Retrieve the
Random factory to be used. |
Factory<Random> |
AbstractFactoryManager.getRandomFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFactoryManager.setRandomFactory(Factory<Random> randomFactory) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Random |
JceRandom.Factory.create() |
Random |
SingletonRandomFactory.create() |
Random |
BouncyCastleRandom.Factory.create() |
Constructor and Description |
---|
SingletonRandomFactory(NamedFactory<Random> factory) |
Modifier and Type | Field and Description |
---|---|
protected Random |
AbstractSession.random
The pseudo random generator
|
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.