com.waveset.task
Class ManageServerEncryption
java.lang.Object
com.waveset.task.Executor
com.waveset.task.ManageServerEncryption
- public class ManageServerEncryption
- extends Executor
A task that creates and checks in ServerKeyViewer
Methods inherited from class com.waveset.task.Executor |
addExtendedResult, delete, doRealWork, getExtendedResult, getPool, isSuspendRequested, isTerminateRequested, println, processEvent, setPool, setSuspendRequested, setTerminateRequested |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code_id
public static final java.lang.String code_id
- See Also:
- Constant Field Values
REPORT_PROGRESS
public static final java.lang.String REPORT_PROGRESS
- See Also:
- Constant Field Values
UPDATE_INTERVAL
public static final java.lang.String UPDATE_INTERVAL
- See Also:
- Constant Field Values
TASK_ID
public static final java.lang.String TASK_ID
- See Also:
- Constant Field Values
GEN_SERVER_KEY
public static final java.lang.String GEN_SERVER_KEY
- See Also:
- Constant Field Values
REENCRYPT_TYPES
public static final java.lang.String REENCRYPT_TYPES
- See Also:
- Constant Field Values
EXPORT_SERVER_KEYS
public static final java.lang.String EXPORT_SERVER_KEYS
- See Also:
- Constant Field Values
PATH_TO_EXPORT
public static final java.lang.String PATH_TO_EXPORT
- See Also:
- Constant Field Values
PBE_ENCRYPT
public static final java.lang.String PBE_ENCRYPT
- See Also:
- Constant Field Values
UPDATE_PBE_PASSWORD
public static final java.lang.String UPDATE_PBE_PASSWORD
- See Also:
- Constant Field Values
UPDATE_PBE_ENCRYPT
public static final java.lang.String UPDATE_PBE_ENCRYPT
- See Also:
- Constant Field Values
UPDATE_GATEWAYS
public static final java.lang.String UPDATE_GATEWAYS
- See Also:
- Constant Field Values
GENERATE_NEW_GATEWAY_KEY
public static final java.lang.String GENERATE_NEW_GATEWAY_KEY
- See Also:
- Constant Field Values
SYNC_RESOURCES
public static final java.lang.String SYNC_RESOURCES
- See Also:
- Constant Field Values
GATEWAY_KEY_OPTION
public static final java.lang.String GATEWAY_KEY_OPTION
- See Also:
- Constant Field Values
XML_HEADER
public static final java.lang.String XML_HEADER
- The XML header for reports.
Do we want a separate DTD for these?
- See Also:
- Constant Field Values
ManageServerEncryption
public ManageServerEncryption()
execute
public void execute(TaskContext context,
TaskInstance task)
- The main task execution method.
- Overrides:
execute
in class Executor
- See Also:
Executor.doRealWork(TaskContext, TaskInstance)
startReport
public void startReport()
- Helper method to initialize the report buffer before the
account scan.