Class SessionKeyPairIterator
java.lang.Object
org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator<KeyPairIdentity>
org.apache.sshd.client.auth.pubkey.SessionKeyPairIterator
- All Implemented Interfaces:
Iterator<KeyPairIdentity>, ClientSessionHolder, SessionContextHolder, SessionHolder<ClientSession>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSessionKeyPairIterator(ClientSession session, SignatureFactoriesManager signatureFactories, Iterator<KeyPair> keys) -
Method Summary
Methods inherited from class AbstractKeyPairIterator
getClientSession, getSession, remove, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterator
forEachRemainingMethods inherited from interface SessionHolder
getSessionContext
-
Field Details
-
signatureFactories
-
keys
-
-
Constructor Details
-
SessionKeyPairIterator
public SessionKeyPairIterator(ClientSession session, SignatureFactoriesManager signatureFactories, Iterator<KeyPair> keys)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-