| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.config.hosts | |
| org.apache.sshd.client.keyverifier | |
| org.apache.sshd.common | |
| org.apache.sshd.common.kex | |
| org.apache.sshd.common.mac |
Mac implementations. |
| org.apache.sshd.common.session.helpers |
| Modifier and Type | Method and Description |
|---|---|
static List<NamedFactory<Mac>> |
SshClient.setupMacs(Map<String,?> options,
PrintStream stderr) |
static List<NamedFactory<Mac>> |
SshClient.setupMacs(String argName,
String argVal,
List<NamedFactory<Mac>> current,
PrintStream stderr) |
| Modifier and Type | Method and Description |
|---|---|
static SshClient |
SshClient.setupClient(Map<String,?> options,
List<NamedFactory<Cipher>> ciphers,
List<NamedFactory<Mac>> macs,
List<NamedFactory<Compression>> compressions,
Collection<? extends Path> identities,
BufferedReader stdin,
PrintStream stdout,
PrintStream stderr) |
static List<NamedFactory<Mac>> |
SshClient.setupMacs(String argName,
String argVal,
List<NamedFactory<Mac>> current,
PrintStream stderr) |
| 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,
Mac mac,
byte[] salt) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
KnownHostHashValue.calculateHashValue(String host,
Factory<? extends Mac> factory,
byte[] salt) |
void |
KnownHostHashValue.setDigester(NamedFactory<Mac> digester) |
| Modifier and Type | Method and Description |
|---|---|
protected NamedFactory<Mac> |
KnownHostsServerKeyVerifier.getHostValueDigester(ClientSession clientSession,
SocketAddress remoteAddress,
SshdSocketAddress hostIdentity)
Invoked by
KnownHostsServerKeyVerifier.prepareKnownHostEntry(ClientSession, SocketAddress, PublicKey)
in order to query whether to use a hashed value instead of a plain one for the
written host name/address - default returns null - i.e., no hashing |
| Modifier and Type | Field and Description |
|---|---|
protected List<NamedFactory<Mac>> |
BaseBuilder.macFactories |
| Modifier and Type | Method and Description |
|---|---|
static List<NamedFactory<Mac>> |
BaseBuilder.setUpDefaultMacs(boolean ignoreUnsupported) |
| Modifier and Type | Method and Description |
|---|---|
S |
BaseBuilder.macFactories(List<NamedFactory<Mac>> macFactories) |
| Modifier and Type | Method and Description |
|---|---|
List<NamedFactory<Mac>> |
KexFactoryManager.getMacFactories()
Retrieve the list of named factories for
Mac. |
List<NamedFactory<Mac>> |
AbstractKexFactoryManager.getMacFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
KexFactoryManager.setMacFactories(List<NamedFactory<Mac>> macFactories) |
void |
AbstractKexFactoryManager.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 | Method and Description |
|---|---|
Mac |
BuiltinMacs.create() |
| Modifier and Type | Method and Description |
|---|---|
static BuiltinMacs |
BuiltinMacs.fromFactory(NamedFactory<Mac> factory) |
| Modifier and Type | Field and Description |
|---|---|
protected Mac |
AbstractSession.inMac |
protected Mac |
AbstractSession.outMac |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.