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 macsFields in org.apache.sshd.common.mac with type parameters of type MacFactory Modifier and Type Field Description private static java.util.Map<java.lang.String,MacFactory>BuiltinMacs. EXTENSIONSMethods in org.apache.sshd.common.mac that return MacFactory Modifier and Type Method Description static MacFactoryBuiltinMacs. resolveFactory(java.lang.String name)static MacFactoryBuiltinMacs. unregisterExtension(java.lang.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 java.util.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(java.util.List<MacFactory> parsed, java.util.List<java.lang.String> unsupported)
-