Class BouncyCastleRandomFactory
java.lang.Object
org.apache.sshd.common.random.AbstractRandomFactory
org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandomFactory
- All Implemented Interfaces:
Supplier<Random>
,BuiltinFactory<Random>
,Factory<Random>
,NamedFactory<Random>
,NamedResource
,OptionalFeature
,RandomFactory
Named factory for the BouncyCastle
Random
-
Field Summary
FieldsFields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
Fields inherited from interface org.apache.sshd.common.OptionalFeature
FALSE, TRUE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.common.random.AbstractRandomFactory
getName, toString
-
Field Details
-
NAME
- See Also:
-
INSTANCE
-
-
Constructor Details
-
BouncyCastleRandomFactory
public BouncyCastleRandomFactory()
-
-
Method Details
-
isSupported
public boolean isSupported() -
create
- Returns:
- A new instance
-