|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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> |
FactoryManager.getRandomFactory()
Retrieve the Random factory to be used. |
Factory<Random> |
AbstractFactoryManager.getRandomFactory()
|
| 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 |
SingletonRandomFactory.create()
|
Random |
JceRandom.Factory.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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||