Package org.xipki.cmp.client.shell
Class Actions.ClientAction
- java.lang.Object
-
- org.xipki.shell.XiAction
-
- org.xipki.cmp.client.shell.Actions.ClientAction
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Direct Known Subclasses:
Actions.AuthClientAction,Actions.CmpCacert,Actions.CmpCacertchain,CrlActions.CrlAction
- Enclosing class:
- Actions
public abstract static class Actions.ClientAction extends org.xipki.shell.XiAction
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcaNameprotected org.xipki.cmp.client.CmpClientclientprotected org.xipki.security.SecurityFactorysecurityFactory
-
Constructor Summary
Constructors Constructor Description ClientAction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static org.xipki.security.HashAlgogetHashAlgo(java.lang.String algoStr)protected org.xipki.util.ReqRespDebuggetReqRespDebug()protected voidsaveRequestResponse(org.xipki.util.ReqRespDebug debug)-
Methods inherited from class org.xipki.shell.XiAction
confirm, derPemEncode, embedFileContent, encodeCert, encodeCrl, encodeCsr, execute, execute0, 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
-
getHashAlgo
protected static org.xipki.security.HashAlgo getHashAlgo(java.lang.String algoStr) throws org.xipki.util.exception.ObjectCreationException- Throws:
org.xipki.util.exception.ObjectCreationException
-
getReqRespDebug
protected org.xipki.util.ReqRespDebug getReqRespDebug()
-
saveRequestResponse
protected void saveRequestResponse(org.xipki.util.ReqRespDebug debug)
-
-