|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.cardon.cryptoapi.CAPICertificatesWithKeyIterator
public class CAPICertificatesWithKeyIterator
Iterates the certificates from a store.
Constructor Summary | |
---|---|
CAPICertificatesWithKeyIterator(CAPIStore store)
Creates a new instance of CAPICertificatesIterator. |
Method Summary | |
---|---|
boolean |
hasNext()
Returns TRUE if there is a next certificate. |
CAPICertificate |
next()
Returns the next certificate. |
void |
remove()
NOT ALLOWED, throws UnsupportedOperationException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CAPICertificatesWithKeyIterator(CAPIStore store)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<CAPICertificate>
public CAPICertificate next() throws java.util.NoSuchElementException
next
in interface java.util.Iterator<CAPICertificate>
java.util.NoSuchElementException
public void remove() throws java.lang.UnsupportedOperationException
remove
in interface java.util.Iterator<CAPICertificate>
java.lang.UnsupportedOperationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |