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 NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTORFields inherited from interface 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 NamedResource
getNameMethods inherited from interface OptionalFeature
isSupported
-
Method Details
-
setUpFactories
static <T, E extends BuiltinFactory<T>> List<NamedFactory<T>> setUpFactories(boolean ignoreUnsupported, Collection<? extends E> preferred)
-