Class SshAgentPublicKeyIterator
java.lang.Object
org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator<KeyAgentIdentity>
org.apache.sshd.client.auth.pubkey.SshAgentPublicKeyIterator
- All Implemented Interfaces:
Iterator<KeyAgentIdentity>
,ClientSessionHolder
,SessionContextHolder
,SessionHolder<ClientSession>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator
getClientSession, getSession, remove, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
Methods inherited from interface org.apache.sshd.common.session.SessionHolder
getSessionContext
-
Field Details
-
agent
-
keys
-
-
Constructor Details
-
SshAgentPublicKeyIterator
- Throws:
IOException
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-