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) 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)