Class CertsInFilesystemDirectoryResolver

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<java.security.cert.Certificate> getIterator()
      Method getIterator
      static void main​(java.lang.String[] unused)
      Method main
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getIterator

        public java.util.Iterator<java.security.cert.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​(java.lang.String[] unused)
                         throws java.lang.Exception
        Method main
        Parameters:
        unused -
        Throws:
        java.lang.Exception