Class EncryptCommand

java.lang.Object
ddf.security.command.EncryptCommand
All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action

public class EncryptCommand extends Object implements org.apache.karaf.shell.api.action.Action
  • Constructor Details

    • EncryptCommand

      public EncryptCommand()
  • Method Details

    • execute

      public Object execute() throws Exception
      Called to execute the security:encrypt console command.
      Specified by:
      execute in interface org.apache.karaf.shell.api.action.Action
      Throws:
      Exception
    • setEncryptionService

      public void setEncryptionService(ddf.security.encryption.EncryptionService encryptionService)