Class ModifyTrackingKeyStore


  • public class ModifyTrackingKeyStore
    extends KeyStore
    A KeyStore implementation that tracks if it's contents have been modified through the API since the last load / save.
    Author:
    Darran Lofthouse
    • Method Detail

      • isModified

        public boolean isModified()
        Identify if the KeyStore has been modified through this implementation since the last call to save or load.
        Returns:
        true if the KeyStore has been modified, false otherwise.
      • setModified

        public void setModified​(boolean modified)
        Mark this as being modified, this can be used where the delegate is delibaratly modified outside this wrapper.