public class CrlStreamParser.RevokedCertsIterator extends Object implements Iterator<CrlStreamParser.RevokedCert>, Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
CrlStreamParser.RevokedCert |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic boolean hasNext()
hasNext in interface Iterator<CrlStreamParser.RevokedCert>public CrlStreamParser.RevokedCert next()
next in interface Iterator<CrlStreamParser.RevokedCert>public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2019. All rights reserved.