| Package | Description |
|---|---|
| org.apache.sshd.common | |
| org.apache.sshd.common.helpers | |
| org.apache.sshd.common.random |
Random implementations. |
| org.apache.sshd.common.session.helpers | |
| org.apache.sshd.common.util.security.bouncycastle | |
| org.apache.sshd.server.subsystem.sftp |
| Modifier and Type | Field and Description |
|---|---|
protected Factory<Random> |
BaseBuilder.randomFactory |
| Modifier and Type | Method and Description |
|---|---|
Factory<Random> |
FactoryManager.getRandomFactory()
Retrieve the
Random factory to be used. |
| Modifier and Type | Method and Description |
|---|---|
S |
BaseBuilder.randomFactory(Factory<Random> randomFactory) |
| Modifier and Type | Field and Description |
|---|---|
protected Factory<Random> |
AbstractFactoryManager.randomFactory |
| Modifier and Type | Method and Description |
|---|---|
Factory<Random> |
AbstractFactoryManager.getRandomFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFactoryManager.setRandomFactory(Factory<Random> randomFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRandom |
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 |
SingletonRandomFactory.create() |
Random |
JceRandomFactory.create() |
| Constructor and Description |
|---|
SingletonRandomFactory(NamedFactory<Random> factory) |
| Modifier and Type | Field and Description |
|---|---|
protected Random |
AbstractSession.random
The pseudo random generator
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
AbstractSession.calculateNextIgnorePacketCount(Random r,
long freq,
int variance) |
| Modifier and Type | Class and Description |
|---|---|
class |
BouncyCastleRandom
BouncyCastle
Random. |
| Modifier and Type | Method and Description |
|---|---|
Random |
BouncyCastleRandomFactory.create() |
| Modifier and Type | Field and Description |
|---|---|
protected Random |
SftpSubsystem.randomizer |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.