public interface HostKeyRepository
Modifier and Type | Field and Description |
---|---|
static int |
CHANGED |
static int |
NOT_INCLUDED |
static int |
OK |
Modifier and Type | Method and Description |
---|---|
void |
add(HostKey hostkey,
UserInfo ui) |
int |
check(java.lang.String host,
byte[] key) |
HostKey[] |
getHostKey() |
HostKey[] |
getHostKey(java.lang.String host,
java.lang.String type) |
java.lang.String |
getKnownHostsRepositoryID() |
void |
remove(java.lang.String host,
java.lang.String type) |
void |
remove(java.lang.String host,
java.lang.String type,
byte[] key) |
static final int OK
static final int NOT_INCLUDED
static final int CHANGED
int check(java.lang.String host, byte[] key)
void remove(java.lang.String host, java.lang.String type)
void remove(java.lang.String host, java.lang.String type, byte[] key)
java.lang.String getKnownHostsRepositoryID()
HostKey[] getHostKey()
HostKey[] getHostKey(java.lang.String host, java.lang.String type)