| Package | Description |
|---|---|
| net.sf.sshapi.hostkeys | |
| net.sf.sshapi.impl.maverick |
Maverick is the definitive solution for total SSH compatibility on the Java™ platform.
|
| net.sf.sshapi.impl.maverick16 |
Maverick is the definitive solution for total SSH compatibility on the Java™ platform.
|
| net.sf.sshapi.util | |
| org.apache.maven.wagon.providers.ssh.sshapi |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHostKey
Abstract implementation of an
SshHostKey. |
| Modifier and Type | Method and Description |
|---|---|
protected SshHostKey[] |
AbstractHostKeyManager.doGetKeysForHost(java.lang.String host,
java.lang.String type)
Default simple implementation.
|
SshHostKey[] |
SshHostKeyManager.getKeys()
Get all valid host keys.
|
SshHostKey[] |
SshHostKeyManager.getKeysForHost(java.lang.String host,
java.lang.String type)
Get all the keys that are valid for the specified host and key type.
|
SshHostKey[] |
AbstractHostKeyManager.getKeysForHost(java.lang.String host,
java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
SshHostKeyManager.add(SshHostKey hostKey,
boolean persist)
Add a key, optionally persisting it to some kind of backing store.
|
void |
SshHostKeyManager.remove(SshHostKey hostKey)
Remove a key.
|
int |
SshHostKeyValidator.verifyHost(SshHostKey hostKey)
Validate the provided host key and return one of
SshHostKeyValidator.STATUS_HOST_CHANGED, SshHostKeyValidator.STATUS_HOST_KEY_UNKNOWN or
SshHostKeyValidator.STATUS_HOST_KEY_VALID. |
| Modifier and Type | Method and Description |
|---|---|
SshHostKey[] |
MaverickHostKeyManager.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
MaverickHostKeyManager.add(SshHostKey hostKey,
boolean persist) |
void |
MaverickHostKeyManager.remove(SshHostKey hostKey) |
| Modifier and Type | Method and Description |
|---|---|
SshHostKey[] |
MaverickHostKeyManager.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
MaverickHostKeyManager.add(SshHostKey hostKey,
boolean persist) |
void |
MaverickHostKeyManager.remove(SshHostKey hostKey) |
| Modifier and Type | Method and Description |
|---|---|
int |
BatchHostKeyValidator.verifyHost(SshHostKey hostKey) |
int |
DumbHostKeyValidator.verifyHost(SshHostKey hostKey) |
int |
ConsoleHostKeyValidator.verifyHost(SshHostKey hostKey) |
| Modifier and Type | Method and Description |
|---|---|
int |
PromptingKeyValidator.verifyHost(SshHostKey hostKey) |
Copyright © 2018. All rights reserved.