Package org.xipki.security.shell
Class QaSecurityActions.SingleSpeedActionQa
- java.lang.Object
-
- org.xipki.shell.XiAction
-
- org.xipki.security.shell.QaSecurityActions.QaSecurityAction
-
- org.xipki.security.shell.QaSecurityActions.SingleSpeedActionQa
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Direct Known Subclasses:
QaSecurityActions.SpeedDsaGenP12,QaSecurityActions.SpeedEcGenP12,QaSecurityActions.SpeedEdGenP12,QaSecurityActions.SpeedP11ActionQa,QaSecurityActions.SpeedP12SignActionQa,QaSecurityActions.SpeedRsaGenP12,QaSecurityActions.SpeedSignJce,QaSecurityActions.SpeedSm2GenP12
- Enclosing class:
- QaSecurityActions
public abstract static class QaSecurityActions.SingleSpeedActionQa extends QaSecurityActions.QaSecurityAction
-
-
Field Summary
-
Fields inherited from class org.xipki.security.shell.QaSecurityActions.QaSecurityAction
securityFactory
-
-
Constructor Summary
Constructors Constructor Description SingleSpeedActionQa()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected java.lang.Objectexecute0()protected intgetNumThreads()protected abstract org.xipki.util.BenchmarkExecutorgetTester()-
Methods inherited from class org.xipki.shell.XiAction
confirm, derPemEncode, embedFileContent, encodeCert, encodeCrl, encodeCsr, execute, expandFilepath, expandFilepath, isBlank, isEmpty, isEnabled, isNotBlank, isNotEmpty, isTrue, print, println, readPassword, readPassword, readPasswordIfNotSet, readPasswordIfNotSet, readPrompt, resolvePassword, save, save, saveVerbose, saveVerbose, split, toBigInt, toBigInt
-
-
-
-
Method Detail
-
getTester
protected abstract org.xipki.util.BenchmarkExecutor getTester() throws java.lang.Exception- Throws:
java.lang.Exception
-
execute0
protected java.lang.Object execute0() throws java.lang.Exception- Specified by:
execute0in classorg.xipki.shell.XiAction- Throws:
java.lang.Exception
-
getNumThreads
protected int getNumThreads()
-
-