Class AbstractResourceKeyPairProvider.KeyPairIterator
java.lang.Object
org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
- Enclosing class:
AbstractResourceKeyPairProvider<R>
protected class AbstractResourceKeyPairProvider.KeyPairIterator
extends Object
implements Iterator<KeyPair>
- Author:
- Apache MINA SSHD Project
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedKeyPairIterator(SessionContext session, Collection<? extends R> resources) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
session
-
-
Constructor Details
-
KeyPairIterator
-
-
Method Details
-
hasNext
-
next
-
remove
-