Class SingleCertificateResolver.InternalIterator
java.lang.Object
org.apache.xml.security.keys.storage.implementations.SingleCertificateResolver.InternalIterator
- All Implemented Interfaces:
Iterator<Certificate>
- Enclosing class:
SingleCertificateResolver
static class SingleCertificateResolver.InternalIterator
extends Object
implements Iterator<Certificate>
Class InternalIterator
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) booleanField alreadyReturned(package private) X509CertificateField certificate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
alreadyReturned
boolean alreadyReturnedField alreadyReturned -
certificate
X509Certificate certificateField certificate
-
-
Constructor Details
-
InternalIterator
Constructor InternalIterator- Parameters:
x509cert-
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<Certificate>
-
next
- Specified by:
nextin interfaceIterator<Certificate>
-
remove
-