Uses of Interface
org.apache.sshd.common.mac.MacFactory
-
Packages that use MacFactory Package Description org.apache.sshd.common.mac Mac
implementations. -
-
Uses of MacFactory in org.apache.sshd.common.mac
Classes in org.apache.sshd.common.mac that implement MacFactory Modifier and Type Class Description class
BuiltinMacs
Provides easy access to the currently implemented macsMethods in org.apache.sshd.common.mac that return MacFactory Modifier and Type Method Description static 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 MacFactory Modifier and Type Method Description static NavigableSet<MacFactory>
BuiltinMacs. getRegisteredExtensions()
Methods in org.apache.sshd.common.mac with parameters of type MacFactory Modifier and Type Method Description static 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 Constructor Description ParseResult(List<MacFactory> parsed, List<String> unsupported)
-