| Package | Description |
|---|---|
| org.apache.sshd.client.config.hosts | |
| 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 | Class and Description |
|---|---|
class |
BaseMac
Base class for
Mac implementations based on the JCE provider. |
| Modifier and Type | Method and Description |
|---|---|
Mac |
BuiltinMacs.create() |
| Modifier and Type | Method and Description |
|---|---|
static BuiltinMacs |
BuiltinMacs.fromFactory(NamedFactory<Mac> factory) |
Copyright © 2018–2020 The Apache Software Foundation. All rights reserved.