| Package | Description |
|---|---|
| org.apache.sshd.common | |
| org.apache.sshd.common.mac |
Mac implementations. |
| org.apache.sshd.common.session |
| Modifier and Type | Field and Description |
|---|---|
protected List<NamedFactory<Mac>> |
BaseBuilder.macFactories |
protected List<NamedFactory<Mac>> |
AbstractFactoryManager.macFactories |
| Modifier and Type | Method and Description |
|---|---|
List<NamedFactory<Mac>> |
FactoryManager.getMacFactories()
Retrieve the list of named factories for
Mac. |
List<NamedFactory<Mac>> |
AbstractFactoryManager.getMacFactories() |
static List<NamedFactory<Mac>> |
BaseBuilder.setUpDefaultMacs(boolean ignoreUnsupported) |
| Modifier and Type | Method and Description |
|---|---|
S |
BaseBuilder.macFactories(List<NamedFactory<Mac>> macFactories) |
void |
AbstractFactoryManager.setMacFactories(List<NamedFactory<Mac>> macFactories) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseMac
Base class for
Mac implementations based on the JCE provider. |
| Modifier and Type | Field and Description |
|---|---|
protected Mac |
AbstractSession.inMac |
protected Mac |
AbstractSession.outMac |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.