Interface PasswordUtilityEncrypterPlugin


  • public interface PasswordUtilityEncrypterPlugin
    PasswordUtilityEncrypterPlugin Plugin Interface to use it on Password Utility GUI (System Menu > Password Utility).
    • Method Detail

      • encrypt

        EncrypterResponse encrypt​(java.util.Map<java.lang.String,​java.lang.String> config)
        Execute the encryption based on the parameter defined on the plugin and set on the GUI.
        Parameters:
        config - Plugin input attributes, key/value format
        Returns:
        a EncryptorResponse object with the result of the encrypt process, which will be displayed on the GUI