Class KE
java.lang.Object
org.jpos.q2.cli.ssm.SsmActionBase
org.jpos.q2.cli.ssm.actions.KE
- All Implemented Interfaces:
CLICommand
Translate a key from encryption under LMK to KEK.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancheckUsage(CLIContext cli, String[] strings) protected voiddoCommand(CLIContext cli, JCESecurityModule sm, short keyLength, String[] strings) Methods inherited from class SsmActionBase
execMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CLICommand
exec
-
Constructor Details
-
KE
public KE()
-
-
Method Details
-
checkUsage
- Specified by:
checkUsagein classSsmActionBase
-
doCommand
protected void doCommand(CLIContext cli, JCESecurityModule sm, short keyLength, String[] strings) throws SMException - Specified by:
doCommandin classSsmActionBase- Throws:
SMException
-