Package | Description |
---|---|
org.eclipse.jgit.internal.transport.sshd |
Modifier and Type | Method and Description |
---|---|
private OpenSshServerKeyVerifier.AskUser.Check |
OpenSshServerKeyVerifier.AskUser.checkMode(org.apache.sshd.client.session.ClientSession session,
java.net.SocketAddress remoteAddress,
boolean changed) |
static OpenSshServerKeyVerifier.AskUser.Check |
OpenSshServerKeyVerifier.AskUser.Check.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenSshServerKeyVerifier.AskUser.Check[] |
OpenSshServerKeyVerifier.AskUser.Check.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|