Package | Description |
---|---|
org.apache.sshd.client.auth.pubkey |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyPairIterator<I extends PublicKeyIdentity> |
Modifier and Type | Class and Description |
---|---|
class |
KeyAgentIdentity
Uses an
SshAgent to generate the identity signature |
class |
KeyPairIdentity
Uses a
KeyPair to generate the identity signature |
Modifier and Type | Field and Description |
---|---|
protected PublicKeyIdentity |
UserAuthPublicKey.current |
Modifier and Type | Field and Description |
---|---|
protected Iterator<PublicKeyIdentity> |
UserAuthPublicKey.keys |
Modifier and Type | Method and Description |
---|---|
PublicKeyIdentity |
UserAuthPublicKeyIterator.next() |
protected PublicKeyIdentity |
UserAuthPublicKey.resolveAttemptedPublicKeyIdentity(ClientSession session,
String service) |
protected PublicKeyIdentity |
UserAuthPublicKey.resolveAttemptedPublicKeyIdentity(ClientSession session,
String service,
PublicKeyAuthenticationReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected Iterator<PublicKeyIdentity> |
UserAuthPublicKey.createPublicKeyIterator(ClientSession session,
SignatureFactoriesManager manager) |
Modifier and Type | Method and Description |
---|---|
protected String |
UserAuthPublicKey.getDefaultSignatureAlgorithm(ClientSession session,
String service,
PublicKeyIdentity identity,
KeyPair keyPair,
String keyType)
Determines a signature algorithm name to use for the authentication request if none could be determined from the
installed signature factories.
|
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.