public interface KnownHostsProvider
Modifier and Type | Method and Description |
---|---|
String |
getContents() |
String |
getHostKeyChecking() |
void |
setHostKeyChecking(String hostKeyChecking) |
void |
storeKnownHosts(String contents) |
void storeKnownHosts(String contents) throws IOException
IOException
void setHostKeyChecking(String hostKeyChecking)
String getHostKeyChecking()
String getContents()
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.