Package org.xipki.ca.mgmt.shell
Class CertActions.UnsuspendRmCertAction
- java.lang.Object
-
- org.xipki.shell.XiAction
-
- org.xipki.ca.mgmt.shell.CaActions.CaAction
-
- org.xipki.ca.mgmt.shell.CertActions.UnsuspendRmCertAction
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Direct Known Subclasses:
CertActions.CertStatus,CertActions.RevokeCert,CertActions.RmCert,CertActions.UnsuspendCert
- Enclosing class:
- CertActions
public abstract static class CertActions.UnsuspendRmCertAction extends CaActions.CaAction
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcaNameprotected StringcertFile-
Fields inherited from class org.xipki.ca.mgmt.shell.CaActions.CaAction
caManager, securityFactory
-
-
Constructor Summary
Constructors Constructor Description UnsuspendRmCertAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BigIntegergetSerialNumber()-
Methods inherited from class org.xipki.ca.mgmt.shell.CaActions.CaAction
parseDate, printCaNames, toString
-
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
-
getSerialNumber
protected BigInteger getSerialNumber() throws Exception
- Throws:
Exception
-
-