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. clientHostKeysprivate HostKeyIdentityProviderUserAuthHostBasedFactory. clientHostKeysMethods in org.apache.sshd.client.auth.hostbased that return HostKeyIdentityProvider Modifier and Type Method Description HostKeyIdentityProviderUserAuthHostBasedFactory. getClientHostKeys()static HostKeyIdentityProviderHostKeyIdentityProvider. wrap(java.lang.Iterable<java.security.KeyPair> pairs)static HostKeyIdentityProviderHostKeyIdentityProvider. wrap(java.security.KeyPair... pairs)Methods in org.apache.sshd.client.auth.hostbased with parameters of type HostKeyIdentityProvider Modifier and Type Method Description static java.util.Iterator<? extends java.util.Map.Entry<java.security.KeyPair,java.util.List<java.security.cert.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)
-