| Interface | Description |
|---|---|
| HostKeyUpdater | |
| HostKeyVerification |
This interface provides a callback method so that the user can verify the identity of the server
(by checking the public key) during the initial protocol negotiation.
|
| Class | Description |
|---|---|
| ConsoleKnownHostsFile | |
| HostKeyVerificationManager | |
| KnownHostsFile | |
| KnownHostsKeyVerification |
An abstract
HostKeyVerification
class implementation providing validation against the known_hosts format.
|
| X509HostKeyVerification |
This is a
HostKeyVerification implementation that will validate an X509 public key. |
Copyright © 2022. All rights reserved.