Uses of Interface
org.apache.sshd.common.mac.MacFactory
-
Packages that use MacFactory Package Description org.apache.sshd.common.mac Macimplementations. -
-
Uses of MacFactory in org.apache.sshd.common.mac
Classes in org.apache.sshd.common.mac that implement MacFactory Modifier and Type Class Description classBuiltinMacsProvides easy access to the currently implemented macsMethods in org.apache.sshd.common.mac that return MacFactory Modifier and Type Method Description static MacFactoryBuiltinMacs. resolveFactory(String name)static MacFactoryBuiltinMacs. 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 voidBuiltinMacs. registerExtension(MacFactory extension)Registered aNamedFactoryto 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)
-