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 |
---|---|
private java.util.Iterator<? extends PublicKeyIdentity> |
UserAuthPublicKeyIterator.current |
protected java.util.Iterator<PublicKeyIdentity> |
UserAuthPublicKey.keys |
Modifier and Type | Method and Description |
---|---|
PublicKeyIdentity |
UserAuthPublicKeyIterator.next() |
protected PublicKeyIdentity |
UserAuthPublicKey.resolveAttemptedPublicKeyIdentity(ClientSession session,
java.lang.String service) |
protected PublicKeyIdentity |
UserAuthPublicKey.resolveAttemptedPublicKeyIdentity(ClientSession session,
java.lang.String service,
PublicKeyAuthenticationReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Iterator<PublicKeyIdentity> |
UserAuthPublicKey.createPublicKeyIterator(ClientSession session,
SignatureFactoriesManager manager) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
UserAuthPublicKey.getDefaultSignatureAlgorithm(ClientSession session,
java.lang.String service,
PublicKeyIdentity identity,
java.security.KeyPair keyPair,
java.lang.String keyType)
Determines a signature algorithm name to use for the authentication request if none could be determined from the
installed signature factories.
|