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) KeyStoreField keyStore(package private) CertificateField nextCert -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate CertificatebooleanhasNext()next()voidremove()Method removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
keyStore
KeyStore keyStoreField keyStore -
aliases
Enumeration<String> aliasesField aliases -
nextCert
Certificate nextCertField nextCert
-
-
Constructor Details
-
KeyStoreIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<Certificate>
-
next
- Specified by:
nextin interfaceIterator<Certificate>
-
remove
-
findNextCert
-