| Package | Description |
|---|---|
| org.apache.sshd.client.auth.hostbased |
| Modifier and Type | Field and Description |
|---|---|
protected HostKeyIdentityProvider |
UserAuthHostBased.clientHostKeys |
| Modifier and Type | Method and Description |
|---|---|
HostKeyIdentityProvider |
UserAuthHostBasedFactory.getClientHostKeys() |
static HostKeyIdentityProvider |
HostKeyIdentityProvider.wrap(Iterable<KeyPair> pairs) |
static HostKeyIdentityProvider |
HostKeyIdentityProvider.wrap(KeyPair... pairs) |
| Modifier and Type | Method and Description |
|---|---|
static Iterator<? extends Map.Entry<KeyPair,List<X509Certificate>>> |
HostKeyIdentityProvider.iteratorOf(SessionContext session,
HostKeyIdentityProvider provider) |
void |
UserAuthHostBasedFactory.setClientHostKeys(HostKeyIdentityProvider clientHostKeys) |
| Constructor and Description |
|---|
UserAuthHostBased(HostKeyIdentityProvider clientHostKeys) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.