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
public interface BuiltinFactory<T> extends NamedFactory<T>, OptionalFeature
A named optional factory.- 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
Static Methods Modifier and Type Method Description static <T,E extends BuiltinFactory<T>>
List<NamedFactory<T>>setUpFactories(boolean ignoreUnsupported, Collection<? extends E> preferred)
-
Methods inherited from interface org.apache.sshd.common.NamedResource
getName
-
Methods inherited from interface org.apache.sshd.common.OptionalFeature
isSupported
-
-
-
-
Method Detail
-
setUpFactories
static <T,E extends BuiltinFactory<T>> List<NamedFactory<T>> setUpFactories(boolean ignoreUnsupported, Collection<? extends E> preferred)
-
-