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 TypeClassDescriptionenumProvides 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.EXTENSIONSMethods in org.apache.sshd.common.mac that return MacFactoryModifier and TypeMethodDescriptionstatic 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 MacFactoryModifier and TypeMethodDescriptionstatic NavigableSet<MacFactory> BuiltinMacs.getRegisteredExtensions()Methods in org.apache.sshd.common.mac with parameters of type MacFactoryModifier and TypeMethodDescriptionstatic 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