Class KeyStoreResolver

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.security.KeyStore keyStore
      Field keyStore
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyStoreResolver​(java.security.KeyStore keyStore)
      Constructor KeyStoreResolver
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<java.security.cert.Certificate> getIterator()
      Method getIterator
      • Methods inherited from class java.lang.Object

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

      • keyStore

        private java.security.KeyStore keyStore
        Field keyStore
    • Constructor Detail

      • KeyStoreResolver

        public KeyStoreResolver​(java.security.KeyStore keyStore)
                         throws StorageResolverException
        Constructor KeyStoreResolver
        Parameters:
        keyStore - is the keystore which contains the Certificates
        Throws:
        StorageResolverException
    • Method Detail

      • getIterator

        public java.util.Iterator<java.security.cert.Certificate> getIterator()
        Method getIterator
        Specified by:
        getIterator in class StorageResolverSpi
        Returns:
        the iterator for the storage