Package org.apache.sshd.common.random
Class AbstractRandom
- java.lang.Object
-
- org.apache.sshd.common.random.AbstractRandom
-
- All Implemented Interfaces:
NamedResource
,Random
- Direct Known Subclasses:
BouncyCastleRandom
,JceRandom
,SingletonRandomFactory
public abstract class AbstractRandom extends java.lang.Object implements Random
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractRandom()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.sshd.common.NamedResource
getName
-
-