Package | Description |
---|---|
org.apache.sshd.common.keyprovider | |
org.apache.sshd.server | |
org.apache.sshd.server.session |
Modifier and Type | Class and Description |
---|---|
class |
FileHostKeyCertificateProvider |
Modifier and Type | Field and Description |
---|---|
private HostKeyCertificateProvider |
SshServer.hostKeyCertificateProvider |
Modifier and Type | Method and Description |
---|---|
HostKeyCertificateProvider |
SshServer.getHostKeyCertificateProvider() |
HostKeyCertificateProvider |
ServerAuthenticationManager.getHostKeyCertificateProvider() |
Modifier and Type | Method and Description |
---|---|
void |
SshServer.setHostKeyCertificateProvider(HostKeyCertificateProvider hostKeyCertificateProvider) |
void |
ServerAuthenticationManager.setHostKeyCertificateProvider(HostKeyCertificateProvider provider) |
Modifier and Type | Field and Description |
---|---|
private HostKeyCertificateProvider |
AbstractServerSession.hostKeyCertificateProvider |
Modifier and Type | Method and Description |
---|---|
HostKeyCertificateProvider |
AbstractServerSession.getHostKeyCertificateProvider() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractServerSession.setHostKeyCertificateProvider(HostKeyCertificateProvider hostKeyCertificateProvider) |