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