Class UnRevokeCertActions.UnRevokeCertAction

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)  
      protected org.xipki.security.X509Cert getCaCert()  
      protected org.xipki.cmp.client.shell.UnRevokeCertActions.ReqInfo getReqInfo()  
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • certFiles

        protected java.util.List<java.lang.String> certFiles
    • Constructor Detail

      • UnRevokeCertAction

        public UnRevokeCertAction()
    • Method Detail

      • getCaCert

        protected org.xipki.security.X509Cert getCaCert()
                                                 throws java.security.cert.CertificateException,
                                                        java.io.IOException
        Throws:
        java.security.cert.CertificateException
        java.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.IllegalCmdParamException
        java.security.cert.CertificateException
        java.io.IOException
        org.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