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 StringcertFile-
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 org.xipki.security.X509CertgetCaCert()protected BigIntegergetSerialNumber()-
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
-
-
-
-
Field Detail
-
certFile
protected String certFile
-
-
Method Detail
-
getCaCert
protected org.xipki.security.X509Cert getCaCert() throws CertificateException, IOException- Throws:
CertificateExceptionIOException
-
getSerialNumber
protected BigInteger getSerialNumber()
-
-