Class AbstractResourceKeyPairProvider.KeyPairIterator
java.lang.Object
org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
- Enclosing class:
AbstractResourceKeyPairProvider<R>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
KeyPairIterator
(SessionContext session, Collection<? extends R> resources) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
session
-
iterator
-
currentIdentities
-
nextKeyPair
-
nextKeyPairSet
private boolean nextKeyPairSet
-
-
Constructor Details
-
KeyPairIterator
-
-
Method Details