Uses of Interface
org.apache.sshd.client.auth.hostbased.HostKeyIdentityProvider
-
Packages that use HostKeyIdentityProvider Package Description org.apache.sshd.client.auth.hostbased -
-
Uses of HostKeyIdentityProvider in org.apache.sshd.client.auth.hostbased
Fields in org.apache.sshd.client.auth.hostbased declared as HostKeyIdentityProvider Modifier and Type Field Description protected HostKeyIdentityProviderUserAuthHostBased. clientHostKeysMethods in org.apache.sshd.client.auth.hostbased that return HostKeyIdentityProvider Modifier and Type Method Description HostKeyIdentityProviderUserAuthHostBasedFactory. getClientHostKeys()static HostKeyIdentityProviderHostKeyIdentityProvider. wrap(Iterable<? extends KeyPair> pairs)static HostKeyIdentityProviderHostKeyIdentityProvider. wrap(KeyPair... pairs)Methods in org.apache.sshd.client.auth.hostbased with parameters of type HostKeyIdentityProvider Modifier and Type Method Description static Iterator<? extends Map.Entry<KeyPair,List<X509Certificate>>>HostKeyIdentityProvider. iteratorOf(SessionContext session, HostKeyIdentityProvider provider)voidUserAuthHostBasedFactory. setClientHostKeys(HostKeyIdentityProvider clientHostKeys)Constructors in org.apache.sshd.client.auth.hostbased with parameters of type HostKeyIdentityProvider Constructor Description UserAuthHostBased(HostKeyIdentityProvider clientHostKeys)
-