Uses of Interface
org.apache.sshd.common.keyprovider.HostKeyCertificateProvider
Packages that use HostKeyCertificateProvider
Package
Description
-
Uses of HostKeyCertificateProvider in org.apache.sshd.common.keyprovider
Classes in org.apache.sshd.common.keyprovider that implement HostKeyCertificateProvider -
Uses of HostKeyCertificateProvider in org.apache.sshd.server
Fields in org.apache.sshd.server declared as HostKeyCertificateProviderModifier and TypeFieldDescriptionprivate HostKeyCertificateProvider
SshServer.hostKeyCertificateProvider
Methods in org.apache.sshd.server that return HostKeyCertificateProviderModifier and TypeMethodDescriptionServerAuthenticationManager.getHostKeyCertificateProvider()
SshServer.getHostKeyCertificateProvider()
Methods in org.apache.sshd.server with parameters of type HostKeyCertificateProviderModifier and TypeMethodDescriptionvoid
ServerAuthenticationManager.setHostKeyCertificateProvider
(HostKeyCertificateProvider provider) void
SshServer.setHostKeyCertificateProvider
(HostKeyCertificateProvider hostKeyCertificateProvider) -
Uses of HostKeyCertificateProvider in org.apache.sshd.server.session
Fields in org.apache.sshd.server.session declared as HostKeyCertificateProviderModifier and TypeFieldDescriptionprivate HostKeyCertificateProvider
AbstractServerSession.hostKeyCertificateProvider
Methods in org.apache.sshd.server.session that return HostKeyCertificateProviderMethods in org.apache.sshd.server.session with parameters of type HostKeyCertificateProviderModifier and TypeMethodDescriptionvoid
AbstractServerSession.setHostKeyCertificateProvider
(HostKeyCertificateProvider hostKeyCertificateProvider)