| Package | Description |
|---|---|
| org.apache.sshd.common.mac |
Mac implementations. |
| org.apache.sshd.common.session | |
| org.apache.sshd.common.session.helpers |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Mac
Message Authentication Code for use in SSH.
|
interface |
MacFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseMac
Base class for
Mac implementations based on the JCE provider. |
class |
BuiltinMacs
Provides easy access to the currently implemented macs
|
| Modifier and Type | Method and Description |
|---|---|
MacInformation |
Session.getMacInformation(boolean incoming)
Retrieves current MAC information - Note: may change if
key re-exchange executed
|
| Modifier and Type | Method and Description |
|---|---|
MacInformation |
AbstractSession.getMacInformation(boolean incoming) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.