public interface HostKeyUpdater
| Modifier and Type | Method and Description |
|---|---|
boolean |
isKnownHost(java.lang.String host,
SshPublicKey key) |
void |
updateHostKey(java.lang.String host,
SshPublicKey key) |
boolean isKnownHost(java.lang.String host,
SshPublicKey key)
throws SshException
SshExceptionvoid updateHostKey(java.lang.String host,
SshPublicKey key)
throws SshException
SshExceptionCopyright © 2022. All rights reserved.