Class KeyStoreResolver.KeyStoreIterator
java.lang.Object
org.apache.xml.security.keys.storage.implementations.KeyStoreResolver.KeyStoreIterator
- All Implemented Interfaces:
Iterator<Certificate>
- Enclosing class:
- KeyStoreResolver
Class KeyStoreIterator
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Enumeration<String>
Field aliases(package private) KeyStore
Field keyStore(package private) Certificate
Field nextCert -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Certificate
boolean
hasNext()
next()
void
remove()
Method removeMethods 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
-
Field Details
-
keyStore
KeyStore keyStoreField keyStore -
aliases
Enumeration<String> aliasesField aliases -
nextCert
Certificate nextCertField nextCert
-
-
Constructor Details
-
KeyStoreIterator
Constructor KeyStoreIterator- Parameters:
keyStore
-
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<Certificate>
-
next
- Specified by:
next
in interfaceIterator<Certificate>
-
remove
public void remove()Method remove- Specified by:
remove
in interfaceIterator<Certificate>
-
findNextCert
-