Uses of Interface
org.apache.sshd.common.random.Random
-
Packages that use Random 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 -
-
Uses of Random in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type Random Modifier and Type Field Description protected Factory<Random>
BaseBuilder. randomFactory
Methods in org.apache.sshd.common that return types with arguments of type Random Modifier and Type Method Description Factory<? extends Random>
FactoryManager. getRandomFactory()
Retrieve theRandom
factory to be used.Method parameters in org.apache.sshd.common with type arguments of type Random Modifier and Type Method Description S
BaseBuilder. randomFactory(Factory<Random> randomFactory)
-
Uses of Random in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers with type parameters of type Random Modifier and Type Field Description protected Factory<? extends Random>
AbstractFactoryManager. randomFactory
Methods in org.apache.sshd.common.helpers that return types with arguments of type Random Modifier and Type Method Description Factory<? extends Random>
AbstractFactoryManager. getRandomFactory()
Method parameters in org.apache.sshd.common.helpers with type arguments of type Random Modifier and Type Method Description void
AbstractFactoryManager. setRandomFactory(Factory<? extends Random> randomFactory)
-
Uses of Random in org.apache.sshd.common.random
Classes in org.apache.sshd.common.random that implement Random Modifier and Type Class Description class
AbstractRandom
class
JceRandom
ARandom
implementation using the built-inSecureRandom
PRNG.class
SingletonRandomFactory
A random factory wrapper that uses a single random instance.Fields in org.apache.sshd.common.random declared as Random Modifier and Type Field Description private Random
SingletonRandomFactory. random
Fields in org.apache.sshd.common.random with type parameters of type Random Modifier and Type Field Description private NamedFactory<Random>
SingletonRandomFactory. factory
Methods in org.apache.sshd.common.random that return Random Modifier and Type Method Description Random
JceRandomFactory. create()
Random
SingletonRandomFactory. create()
Constructor parameters in org.apache.sshd.common.random with type arguments of type Random Constructor Description SingletonRandomFactory(NamedFactory<Random> factory)
-
Uses of Random in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as Random Modifier and Type Field Description protected Random
AbstractSession. random
The pseudo random generatorMethods in org.apache.sshd.common.session.helpers with parameters of type Random Modifier and Type Method Description protected long
SessionHelper. calculateNextIgnorePacketCount(Random r, long freq, int variance)
-
Uses of Random in org.apache.sshd.common.util.security.bouncycastle
Classes in org.apache.sshd.common.util.security.bouncycastle that implement Random Modifier and Type Class Description class
BouncyCastleRandom
BouncyCastleRandom
.Methods in org.apache.sshd.common.util.security.bouncycastle that return Random Modifier and Type Method Description Random
BouncyCastleRandomFactory. create()
-
Uses of Random in org.apache.sshd.sftp.server
Fields in org.apache.sshd.sftp.server declared as Random Modifier and Type Field Description protected Random
SftpSubsystem. randomizer
-