Package org.xipki.security.shell
Class QaSecurityActions.BatchSpeedActionQa
- java.lang.Object
-
- org.xipki.shell.XiAction
-
- org.xipki.security.shell.QaSecurityActions.QaSecurityAction
-
- org.xipki.security.shell.QaSecurityActions.BatchSpeedActionQa
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Direct Known Subclasses:
QaSecurityActions.BspeedDsaGenP12,QaSecurityActions.BspeedEcGenP12,QaSecurityActions.BSpeedP11ActionQa,QaSecurityActions.BSpeedP12SignActionQa,QaSecurityActions.BspeedRsaGenP12
- Enclosing class:
- QaSecurityActions
public abstract static class QaSecurityActions.BatchSpeedActionQa extends QaSecurityActions.QaSecurityAction
-
-
Field Summary
-
Fields inherited from class org.xipki.security.shell.QaSecurityActions.QaSecurityAction
securityFactory
-
-
Constructor Summary
Constructors Constructor Description BatchSpeedActionQa()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected Objectexecute0()protected intgetNumThreads()protected abstract org.xipki.util.BenchmarkExecutornextTester()-
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
-
nextTester
protected abstract org.xipki.util.BenchmarkExecutor nextTester() throws Exception- Throws:
Exception
-
execute0
protected Object execute0() throws InterruptedException
- Specified by:
execute0in classorg.xipki.shell.XiAction- Throws:
InterruptedException
-
getNumThreads
protected int getNumThreads()
-
-