| Package | Description |
|---|---|
| org.eclipse.jgit.internal.transport.sshd |
| Modifier and Type | Method and Description |
|---|---|
OpenSshServerKeyVerifier.ModifiedKeyHandling |
OpenSshServerKeyVerifier.AskUser.acceptModifiedServerKey(org.apache.sshd.client.session.ClientSession clientSession,
java.net.SocketAddress remoteAddress,
java.security.PublicKey expected,
java.security.PublicKey actual,
java.nio.file.Path path) |
static OpenSshServerKeyVerifier.ModifiedKeyHandling |
OpenSshServerKeyVerifier.ModifiedKeyHandling.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenSshServerKeyVerifier.ModifiedKeyHandling[] |
OpenSshServerKeyVerifier.ModifiedKeyHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|