I - Type of PublicKeyIdentity being iteratedpublic abstract class AbstractKeyPairIterator<I extends PublicKeyIdentity> extends java.lang.Object implements java.util.Iterator<I>, SessionHolder<ClientSession>, ClientSessionHolder
| Modifier and Type | Field and Description |
|---|---|
private ClientSession |
session |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractKeyPairIterator(ClientSession session) |
| Modifier and Type | Method and Description |
|---|---|
ClientSession |
getClientSession() |
ClientSession |
getSession() |
void |
remove() |
java.lang.String |
toString() |
private final ClientSession session
protected AbstractKeyPairIterator(ClientSession session)
public final ClientSession getClientSession()
getClientSession in interface ClientSessionHolderClientSession usedpublic final ClientSession getSession()
getSession in interface SessionHolder<ClientSession>public void remove()
remove in interface java.util.Iterator<I extends PublicKeyIdentity>public java.lang.String toString()
toString in class java.lang.Object