Interface OptionalFeature

All Known Subinterfaces:
BuiltinFactory<T>, CipherFactory, CompressionFactory, DigestFactory, Identity, MacFactory, RandomFactory, SecurityProviderRegistrar, SignatureFactory
All Known Implementing Classes:
AbstractRandomFactory, AbstractSecurityProviderRegistrar, BouncyCastleRandomFactory, BouncyCastleSecurityProviderRegistrar, BuiltinCiphers, BuiltinCompressions, BuiltinDigests, BuiltinIdentities, BuiltinMacs, BuiltinSignatures, CompressionConfigValue, ECCurves, EdDSASecurityProviderRegistrar, JceRandomFactory, SingletonRandomFactory, SunJCESecurityProviderRegistrar
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface OptionalFeature
Author:
Apache MINA SSHD Project