| Package | Description |
|---|---|
| org.apache.sshd.common.mac |
Mac implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinMacs
Provides easy access to the currently implemented macs
|
| Modifier and Type | Method and Description |
|---|---|
static MacFactory |
BuiltinMacs.resolveFactory(String name) |
static MacFactory |
BuiltinMacs.unregisterExtension(String name)
Unregisters specified extension
|
| Modifier and Type | Method and Description |
|---|---|
static SortedSet<MacFactory> |
BuiltinMacs.getRegisteredExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
BuiltinMacs.registerExtension(MacFactory extension)
Registered a
NamedFactory to be available besides the built-in
ones when parsing configuration |
| Constructor and Description |
|---|
ParseResult(List<MacFactory> parsed,
List<String> unsupported) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.