Uses of Interface
org.apache.sshd.common.random.Random
Packages that use Random
-
Uses of Random in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type RandomMethods in org.apache.sshd.common that return types with arguments of type RandomModifier and TypeMethodDescriptionFactoryManager.getRandomFactory()
Retrieve theRandom
factory to be used.Method parameters in org.apache.sshd.common with type arguments of type Random -
Uses of Random in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers with type parameters of type RandomMethods in org.apache.sshd.common.helpers that return types with arguments of type RandomMethod parameters in org.apache.sshd.common.helpers with type arguments of type RandomModifier and TypeMethodDescriptionvoid
AbstractFactoryManager.setRandomFactory
(Factory<? extends Random> randomFactory) -
Uses of Random in org.apache.sshd.common.random
Classes in org.apache.sshd.common.random that implement RandomModifier and TypeClassDescriptionclass
class
ARandom
implementation using the built-inSecureRandom
PRNG.class
A random factory wrapper that uses a single random instance.Fields in org.apache.sshd.common.random declared as RandomFields in org.apache.sshd.common.random with type parameters of type RandomModifier and TypeFieldDescriptionprivate final NamedFactory
<Random> SingletonRandomFactory.factory
Methods in org.apache.sshd.common.random that return RandomConstructor parameters in org.apache.sshd.common.random with type arguments of type Random -
Uses of Random in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as RandomModifier and TypeFieldDescriptionprotected final Random
AbstractSession.random
The pseudo random generatorMethods in org.apache.sshd.common.session.helpers with parameters of type RandomModifier and TypeMethodDescriptionprotected 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 RandomMethods in org.apache.sshd.common.util.security.bouncycastle that return Random -
Uses of Random in org.apache.sshd.sftp.server
Fields in org.apache.sshd.sftp.server declared as Random