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 HostKeyIdentityProvider
UserAuthHostBased. clientHostKeys
private HostKeyIdentityProvider
UserAuthHostBasedFactory. clientHostKeys
Methods in org.apache.sshd.client.auth.hostbased that return HostKeyIdentityProvider Modifier and Type Method Description HostKeyIdentityProvider
UserAuthHostBasedFactory. getClientHostKeys()
static HostKeyIdentityProvider
HostKeyIdentityProvider. wrap(java.lang.Iterable<? extends java.security.KeyPair> pairs)
static HostKeyIdentityProvider
HostKeyIdentityProvider. 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)
void
UserAuthHostBasedFactory. setClientHostKeys(HostKeyIdentityProvider clientHostKeys)
Constructors in org.apache.sshd.client.auth.hostbased with parameters of type HostKeyIdentityProvider Constructor Description UserAuthHostBased(HostKeyIdentityProvider clientHostKeys)
-