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 TypeClassDescriptionclassUses anSshAgentto generate the identity signatureclassUses aKeyPairto 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.currentprotected Iterator<PublicKeyIdentity>UserAuthPublicKey.keysMethods in org.apache.sshd.client.auth.pubkey that return PublicKeyIdentityModifier and TypeMethodDescriptionUserAuthPublicKeyIterator.next()protected PublicKeyIdentityUserAuthPublicKey.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)