org.apache.xml.security.keys.storage.implementations
Class CertsInFilesystemDirectoryResolver
java.lang.Object
org.apache.xml.security.keys.storage.StorageResolverSpi
org.apache.xml.security.keys.storage.implementations.CertsInFilesystemDirectoryResolver
public class CertsInFilesystemDirectoryResolver
- extends StorageResolverSpi
This StorageResolverSpi makes all raw (binary) X509Certificates
which reside as files in a single directory available to the
StorageResolver.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertsInFilesystemDirectoryResolver
public CertsInFilesystemDirectoryResolver(String directoryName)
throws StorageResolverException
- Parameters:
directoryName -
- Throws:
StorageResolverException
getIterator
public Iterator<Certificate> getIterator()
- Description copied from class:
StorageResolverSpi
- Method getIterator
- Specified by:
getIterator in class StorageResolverSpi
- Returns:
- the iterator for the storage
main
public static void main(String[] unused)
throws Exception
- Method main
- Parameters:
unused -
- Throws:
Exception
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.