Package org.apache.sshd.common.random
Interface RandomFactory
-
- All Superinterfaces:
BuiltinFactory<Random>,Factory<Random>,NamedFactory<Random>,NamedResource,OptionalFeature,Supplier<Random>
- All Known Implementing Classes:
AbstractRandomFactory,BouncyCastleRandomFactory,JceRandomFactory,SingletonRandomFactory
public interface RandomFactory extends BuiltinFactory<Random>
- Author:
- Apache MINA SSHD Project
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Fields inherited from interface org.apache.sshd.common.OptionalFeature
FALSE, TRUE
-
-
Method Summary
-
Methods inherited from interface org.apache.sshd.common.NamedResource
getName
-
Methods inherited from interface org.apache.sshd.common.OptionalFeature
isSupported
-
-