Uses of Interface
org.apache.sshd.common.mac.MacFactory
Packages that use MacFactory
-
Uses of MacFactory in org.apache.sshd.common.mac
Classes in org.apache.sshd.common.mac that implement MacFactoryModifier and TypeClassDescriptionenum
Provides easy access to the currently implemented macsFields in org.apache.sshd.common.mac with type parameters of type MacFactoryModifier and TypeFieldDescriptionprivate static final Map
<String, MacFactory> BuiltinMacs.EXTENSIONS
Methods in org.apache.sshd.common.mac that return MacFactoryModifier and TypeMethodDescriptionstatic MacFactory
BuiltinMacs.resolveFactory
(String name) static MacFactory
BuiltinMacs.unregisterExtension
(String name) Unregisters specified extensionMethods in org.apache.sshd.common.mac that return types with arguments of type MacFactoryModifier and TypeMethodDescriptionstatic NavigableSet
<MacFactory> BuiltinMacs.getRegisteredExtensions()
Methods in org.apache.sshd.common.mac with parameters of type MacFactoryModifier and TypeMethodDescriptionstatic void
BuiltinMacs.registerExtension
(MacFactory extension) Registered aNamedFactory
to be available besides the built-in ones when parsing configurationConstructor parameters in org.apache.sshd.common.mac with type arguments of type MacFactory