Modifier and Type | Method and Description |
---|---|
HostKey[] |
HostKeyRepository.getHostKey()
returns all host keys in this repository.
|
HostKey |
Session.getHostKey()
retrieves the host key of the server.
|
HostKey[] |
HostKeyRepository.getHostKey(String host,
String type)
returns all host keys of a certain host.
|
Modifier and Type | Method and Description |
---|---|
void |
HostKeyRepository.add(HostKey hostkey,
UserInfo ui)
Adds a hostname-key-pair to the repository.
|
This is a simplified version of the inofficial Javadoc created by PaĆlo Ebermann. Have a look at the official homepage.