Class TimedTrustAnchorStoreBase

    • Constructor Detail

      • TimedTrustAnchorStoreBase

        public TimedTrustAnchorStoreBase​(java.util.Timer timer,
                                         long updateInterval,
                                         ObserversHandler observers)
    • Method Detail

      • scheduleUpdate

        protected void scheduleUpdate()
      • update

        public abstract void update()
        implementation should update the contents of the trust anchor store. It need not to bother with scheduling.
      • dispose

        public void dispose()
        After calling this method no notification will be produced and subsequent updates won't be scheduled.