Class Actions.ClientAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String caName  
      protected org.xipki.cmp.client.CmpClient client  
      protected org.xipki.security.SecurityFactory securityFactory  
      • Fields inherited from class org.xipki.shell.XiAction

        passwordResolver, session
    • 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.HashAlgo getHashAlgo​(java.lang.String algoStr)  
      protected org.xipki.util.ReqRespDebug getReqRespDebug()  
      protected void saveRequestResponse​(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
      • Methods inherited from class java.lang.Object

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

      • securityFactory

        protected org.xipki.security.SecurityFactory securityFactory
      • client

        protected org.xipki.cmp.client.CmpClient client
      • caName

        protected java.lang.String caName
    • Constructor Detail

      • ClientAction

        public ClientAction()
    • 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)