public abstract class SsmActionBase extends java.lang.Object implements CLICommand
Constructor and Description |
---|
SsmActionBase() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
checkUsage(CLIContext cli,
java.lang.String[] strings) |
protected abstract void |
doCommand(CLIContext cli,
JCESecurityModule sm,
short keyLength,
java.lang.String[] strings) |
void |
exec(CLIContext cli,
java.lang.String[] strings) |
protected abstract boolean checkUsage(CLIContext cli, java.lang.String[] strings)
protected abstract void doCommand(CLIContext cli, JCESecurityModule sm, short keyLength, java.lang.String[] strings) throws SMException
SMException
public void exec(CLIContext cli, java.lang.String[] strings) throws java.lang.Exception
exec
in interface CLICommand
java.lang.Exception