Uses of Class
org.apache.sshd.client.auth.pubkey.KeyPairIdentity
-
Packages that use KeyPairIdentity Package Description org.apache.sshd.client.auth.pubkey -
-
Uses of KeyPairIdentity in org.apache.sshd.client.auth.pubkey
Methods in org.apache.sshd.client.auth.pubkey that return KeyPairIdentity Modifier and Type Method Description KeyPairIdentity
SessionKeyPairIterator. next()
Methods in org.apache.sshd.client.auth.pubkey that return types with arguments of type KeyPairIdentity Modifier and Type Method Description protected java.lang.Iterable<KeyPairIdentity>
UserAuthPublicKeyIterator. initializeSessionIdentities(ClientSession session, SignatureFactoriesManager signatureFactories)
-