Package org.xipki.security.asn1
Class CrlStreamParser.RevokedCertsIterator
- java.lang.Object
-
- org.xipki.security.asn1.CrlStreamParser.RevokedCertsIterator
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterator<CrlStreamParser.RevokedCert>
- Enclosing class:
- CrlStreamParser
public class CrlStreamParser.RevokedCertsIterator extends Object implements Iterator<CrlStreamParser.RevokedCert>, Closeable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()CrlStreamParser.RevokedCertnext()-
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, remove
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<CrlStreamParser.RevokedCert>
-
next
public CrlStreamParser.RevokedCert next()
- Specified by:
nextin interfaceIterator<CrlStreamParser.RevokedCert>
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-