Package org.xipki.cmp.client.shell
Class UnRevokeCertActions.UnRevokeCertAction
- java.lang.Object
-
- org.xipki.shell.XiAction
-
- org.xipki.cmp.client.shell.Actions.ClientAction
-
- org.xipki.cmp.client.shell.Actions.AuthClientAction
-
- org.xipki.cmp.client.shell.UnRevokeCertActions.UnRevokeCertAction
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Direct Known Subclasses:
UnRevokeCertActions.CmpRevoke,UnRevokeCertActions.CmpUnsuspend
- Enclosing class:
- UnRevokeCertActions
public abstract static class UnRevokeCertActions.UnRevokeCertAction extends Actions.AuthClientAction
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.String>certFiles-
Fields inherited from class org.xipki.cmp.client.shell.Actions.AuthClientAction
securityFactory
-
Fields inherited from class org.xipki.cmp.client.shell.Actions.ClientAction
caName, client
-
-
Constructor Summary
Constructors Constructor Description UnRevokeCertAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidanalyseResult(boolean revoke, java.util.Map<java.lang.String,org.xipki.cmp.client.CertIdOrError> certIdOrErrors, org.xipki.cmp.client.shell.UnRevokeCertActions.ReqInfo reqInfo)protected org.xipki.security.X509CertgetCaCert()protected org.xipki.cmp.client.shell.UnRevokeCertActions.ReqInfogetReqInfo()-
Methods inherited from class org.xipki.cmp.client.shell.Actions.AuthClientAction
getRequestor
-
Methods inherited from class org.xipki.cmp.client.shell.Actions.ClientAction
getHashAlgo, getReqRespDebug, saveRequestResponse
-
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
-
getCaCert
protected org.xipki.security.X509Cert getCaCert() throws java.security.cert.CertificateException, java.io.IOException- Throws:
java.security.cert.CertificateExceptionjava.io.IOException
-
getReqInfo
protected org.xipki.cmp.client.shell.UnRevokeCertActions.ReqInfo getReqInfo() throws org.xipki.shell.IllegalCmdParamException, java.security.cert.CertificateException, java.io.IOException, org.xipki.cmp.client.CmpClientException- Throws:
org.xipki.shell.IllegalCmdParamExceptionjava.security.cert.CertificateExceptionjava.io.IOExceptionorg.xipki.cmp.client.CmpClientException
-
analyseResult
protected void analyseResult(boolean revoke, java.util.Map<java.lang.String,org.xipki.cmp.client.CertIdOrError> certIdOrErrors, org.xipki.cmp.client.shell.UnRevokeCertActions.ReqInfo reqInfo) throws org.xipki.shell.CmdFailure- Throws:
org.xipki.shell.CmdFailure
-
-