Interface PasswordUtilityEncrypterPlugin
-
public interface PasswordUtilityEncrypterPluginPasswordUtilityEncrypterPlugin Plugin Interface to use it on Password Utility GUI (System Menu > Password Utility).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncrypterResponseencrypt(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.
-
-
-
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
-
-