Package org.apache.sshd.common
Interface BuiltinFactory<T>
- Type Parameters:
T- The create object instance type
- All Superinterfaces:
Factory<T>,NamedFactory<T>,NamedResource,OptionalFeature,Supplier<T>
- All Known Subinterfaces:
CipherFactory,CompressionFactory,MacFactory,RandomFactory,SignatureFactory
- All Known Implementing Classes:
AbstractRandomFactory,BouncyCastleRandomFactory,BuiltinCiphers,BuiltinCompressions,BuiltinMacs,BuiltinSignatures,CompressionConfigValue,JceRandomFactory,SingletonRandomFactory
A named optional factory.
-
Field Summary
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTORFields inherited from interface org.apache.sshd.common.OptionalFeature
FALSE, TRUE -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T,E extends BuiltinFactory<T>>
List<NamedFactory<T>> setUpFactories(boolean ignoreUnsupported, Collection<? extends E> preferred) Methods inherited from interface org.apache.sshd.common.NamedResource
getNameMethods inherited from interface org.apache.sshd.common.OptionalFeature
isSupported
-
Method Details
-
setUpFactories
static <T,E extends BuiltinFactory<T>> List<NamedFactory<T>> setUpFactories(boolean ignoreUnsupported, Collection<? extends E> preferred)
-