Uses of Interface
org.apache.sshd.client.auth.pubkey.PublicKeyIdentity
-
Packages that use PublicKeyIdentity Package Description org.apache.sshd.client.auth.pubkey -
-
Uses of PublicKeyIdentity in org.apache.sshd.client.auth.pubkey
Classes in org.apache.sshd.client.auth.pubkey with type parameters of type PublicKeyIdentity Modifier and Type Class Description classAbstractKeyPairIterator<I extends PublicKeyIdentity>Classes in org.apache.sshd.client.auth.pubkey that implement PublicKeyIdentity Modifier and Type Class Description classKeyAgentIdentityUses anSshAgentto generate the identity signatureclassKeyPairIdentityUses aKeyPairto generate the identity signatureFields in org.apache.sshd.client.auth.pubkey declared as PublicKeyIdentity Modifier and Type Field Description protected PublicKeyIdentityUserAuthPublicKey. currentFields in org.apache.sshd.client.auth.pubkey with type parameters of type PublicKeyIdentity Modifier and Type Field Description private java.util.Iterator<? extends PublicKeyIdentity>UserAuthPublicKeyIterator. currentprotected java.util.Iterator<PublicKeyIdentity>UserAuthPublicKey. keysMethods in org.apache.sshd.client.auth.pubkey that return PublicKeyIdentity Modifier and Type Method Description PublicKeyIdentityUserAuthPublicKeyIterator. next()protected PublicKeyIdentityUserAuthPublicKey. resolveAttemptedPublicKeyIdentity(ClientSession session, java.lang.String service)Methods in org.apache.sshd.client.auth.pubkey that return types with arguments of type PublicKeyIdentity Modifier and Type Method Description protected java.util.Iterator<PublicKeyIdentity>UserAuthPublicKey. createPublicKeyIterator(ClientSession session, SignatureFactoriesManager manager)
-