| Package | Description |
|---|---|
| org.apache.sshd.common.mac |
Mac implementations. |
| org.apache.sshd.common.session |
| 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
|
class |
Poly1305Mac
Poly1305 one-time message authentication code.
|
| Modifier and Type | Method and Description |
|---|---|
MacInformation |
SessionContext.getMacInformation(boolean incoming)
Retrieves current MAC information - Note: may change if key re-exchange executed
|
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.