Checks if host is included with the key . @return #NOT_INCLUDED, #OK or #CHANGED @see #NOT_INCLUDED @see #OK @see #CHANGED
(String host, byte[] key)
| 43 | * @see #CHANGED |
| 44 | */ |
| 45 | int check(String host, byte[] key); |
| 46 | |
| 47 | /** |
| 48 | * Adds a host key <code>hostkey</code> |
no outgoing calls
no test coverage detected