| Package | Description |
|---|---|
| org.apache.sshd.client.config.hosts | |
| org.apache.sshd.common.cipher |
Cipher implementations. |
| org.apache.sshd.common.mac |
Mac implementations. |
| Modifier and Type | Field and Description |
|---|---|
static NamedFactory<Mac> |
KnownHostHashValue.DEFAULT_DIGEST |
| Modifier and Type | Method and Description |
|---|---|
Mac |
KnownHostDigest.create() |
| Modifier and Type | Method and Description |
|---|---|
NamedFactory<Mac> |
KnownHostHashValue.getDigester() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
KnownHostHashValue.calculateHashValue(String host,
int port,
Mac mac,
byte[] salt) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
KnownHostHashValue.calculateHashValue(String host,
int port,
Factory<? extends Mac> factory,
byte[] salt) |
void |
KnownHostHashValue.setDigester(NamedFactory<Mac> digester) |
| Modifier and Type | Field and Description |
|---|---|
protected Mac |
ChaCha20Cipher.mac |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseMac
Base class for
Mac implementations based on the JCE provider. |
class |
Poly1305Mac
Poly1305 one-time message authentication code.
|
| Modifier and Type | Method and Description |
|---|---|
Mac |
BuiltinMacs.create() |
| Modifier and Type | Method and Description |
|---|---|
static BuiltinMacs |
BuiltinMacs.fromFactory(NamedFactory<Mac> factory) |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.