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.sftp.server |
Modifier and Type | Field and Description |
---|---|
protected Factory<Random> |
BaseBuilder.randomFactory |
Modifier and Type | Method and Description |
---|---|
Factory<? extends 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<? extends Random> |
AbstractFactoryManager.randomFactory |
Modifier and Type | Method and Description |
---|---|
Factory<? extends Random> |
AbstractFactoryManager.getRandomFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFactoryManager.setRandomFactory(Factory<? extends 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 |
JceRandomFactory.create() |
Random |
SingletonRandomFactory.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 |
SessionHelper.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–2024 The Apache Software Foundation. All rights reserved.