public class CertsInFilesystemDirectoryResolver extends StorageResolverSpi
StorageResolverSpi makes all raw (binary) X509Certificates
which reside as files in a single directory available to the
StorageResolver.| Constructor and Description |
|---|
CertsInFilesystemDirectoryResolver(String directoryName) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Certificate> |
getIterator()
Method getIterator
|
static void |
main(String[] unused)
Method main
|
public CertsInFilesystemDirectoryResolver(String directoryName) throws StorageResolverException
directoryName - StorageResolverExceptionpublic Iterator<Certificate> getIterator()
getIterator in class StorageResolverSpiCopyright © 2000–2019 The Apache Software Foundation. All rights reserved.