Removes a host key if there exists mached key with host , type . @see #remove(String host, String type, byte[] key)
(String host, String type)
| 60 | * @see #remove(String host, String type, byte[] key) |
| 61 | */ |
| 62 | void remove(String host, String type); |
| 63 | |
| 64 | /** |
| 65 | * Removes a host key if there exists a matched key with |
no outgoing calls
no test coverage detected