Uses of Interface
org.apache.sshd.common.keyprovider.HostKeyCertificateProvider
-
Packages that use HostKeyCertificateProvider Package Description org.apache.sshd.common.keyprovider org.apache.sshd.server org.apache.sshd.server.session -
-
Uses of HostKeyCertificateProvider in org.apache.sshd.common.keyprovider
Classes in org.apache.sshd.common.keyprovider that implement HostKeyCertificateProvider Modifier and Type Class Description classFileHostKeyCertificateProvider -
Uses of HostKeyCertificateProvider in org.apache.sshd.server
Fields in org.apache.sshd.server declared as HostKeyCertificateProvider Modifier and Type Field Description private HostKeyCertificateProviderSshServer. hostKeyCertificateProviderMethods in org.apache.sshd.server that return HostKeyCertificateProvider Modifier and Type Method Description HostKeyCertificateProviderServerAuthenticationManager. getHostKeyCertificateProvider()HostKeyCertificateProviderSshServer. getHostKeyCertificateProvider()Methods in org.apache.sshd.server with parameters of type HostKeyCertificateProvider Modifier and Type Method Description voidServerAuthenticationManager. 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 HostKeyCertificateProvider Modifier and Type Field Description private HostKeyCertificateProviderAbstractServerSession. hostKeyCertificateProviderMethods in org.apache.sshd.server.session that return HostKeyCertificateProvider Modifier and Type Method Description HostKeyCertificateProviderAbstractServerSession. getHostKeyCertificateProvider()Methods in org.apache.sshd.server.session with parameters of type HostKeyCertificateProvider Modifier and Type Method Description voidAbstractServerSession. setHostKeyCertificateProvider(HostKeyCertificateProvider hostKeyCertificateProvider)
-