| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.jcraft.jsch.KnownHostsFields inherited from interface com.jcraft.jsch.HostKeyRepository | |
CHANGED, NOT_INCLUDED, OK | |
Method Summary | |
void | |
int |
|
HostKey[] | |
HostKey[] |
|
String | |
void |
|
void |
|
protected void |
|
protected void |
|
public void add(String host,
byte[] key,
UserInfo userinfo)
- Specified by:
- add in interface HostKeyRepository
public HostKey[] getHostKey(String host, String type)
- Specified by:
- getHostKey in interface HostKeyRepository
public String getKnownHostsRepositoryID()
- Specified by:
- getKnownHostsRepositoryID in interface HostKeyRepository
public void remove(String host,
String type)
- Specified by:
- remove in interface HostKeyRepository
public void remove(String host,
String type,
byte[] key)
- Specified by:
- remove in interface HostKeyRepository
protected void sync()
throws IOExceptionprotected void sync(String foo)
throws IOException