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 HostKeyCertificateProviderSshServer.hostKeyCertificateProviderMethods 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 TypeMethodDescriptionvoidServerAuthenticationManager.setHostKeyCertificateProvider(HostKeyCertificateProvider provider) voidSshServer.setHostKeyCertificateProvider(HostKeyCertificateProvider hostKeyCertificateProvider) -
Uses of HostKeyCertificateProvider in org.apache.sshd.server.session
Fields in org.apache.sshd.server.session declared as HostKeyCertificateProviderModifier and TypeFieldDescriptionprivate HostKeyCertificateProviderAbstractServerSession.hostKeyCertificateProviderMethods in org.apache.sshd.server.session that return HostKeyCertificateProviderMethods in org.apache.sshd.server.session with parameters of type HostKeyCertificateProviderModifier and TypeMethodDescriptionvoidAbstractServerSession.setHostKeyCertificateProvider(HostKeyCertificateProvider hostKeyCertificateProvider)