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