Uses of Interface
org.apache.sshd.client.auth.pubkey.PublicKeyIdentity
Packages that use PublicKeyIdentity
-
Uses of PublicKeyIdentity in org.apache.sshd.client.auth.pubkey
Classes in org.apache.sshd.client.auth.pubkey with type parameters of type PublicKeyIdentityClasses in org.apache.sshd.client.auth.pubkey that implement PublicKeyIdentityModifier and TypeClassDescriptionclass
Uses anSshAgent
to generate the identity signatureclass
Uses aKeyPair
to generate the identity signatureFields in org.apache.sshd.client.auth.pubkey declared as PublicKeyIdentityFields in org.apache.sshd.client.auth.pubkey with type parameters of type PublicKeyIdentityModifier and TypeFieldDescriptionprivate Iterator<? extends PublicKeyIdentity>
UserAuthPublicKeyIterator.current
protected Iterator<PublicKeyIdentity>
UserAuthPublicKey.keys
Methods in org.apache.sshd.client.auth.pubkey that return PublicKeyIdentityModifier and TypeMethodDescriptionUserAuthPublicKeyIterator.next()
protected PublicKeyIdentity
UserAuthPublicKey.resolveAttemptedPublicKeyIdentity
(ClientSession session, String service) protected PublicKeyIdentity
UserAuthPublicKey.resolveAttemptedPublicKeyIdentity
(ClientSession session, String service, PublicKeyAuthenticationReporter reporter) Methods in org.apache.sshd.client.auth.pubkey that return types with arguments of type PublicKeyIdentityModifier and TypeMethodDescriptionprotected Iterator<PublicKeyIdentity>
UserAuthPublicKey.createPublicKeyIterator
(ClientSession session, SignatureFactoriesManager manager) Methods in org.apache.sshd.client.auth.pubkey with parameters of type PublicKeyIdentityModifier and TypeMethodDescriptionprotected 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.