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) protected PublicKeyIdentityUserAuthPublicKey.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 StringUserAuthPublicKey.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.