Class Actions.CommonOcspStatusAction

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.action.Action
    Direct Known Subclasses:
    Actions.BaseOcspStatusAction
    Enclosing class:
    Actions

    public abstract static class Actions.CommonOcspStatusAction
    extends org.xipki.shell.XiAction
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.xipki.ocsp.client.RequestOptions getRequestOptions()  
      • 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

      • issuerCertFile

        protected java.lang.String issuerCertFile
      • usenonce

        protected java.lang.Boolean usenonce
      • nonceLen

        protected java.lang.Integer nonceLen
      • allowNoNonceInResponse

        protected java.lang.Boolean allowNoNonceInResponse
      • hashAlgo

        protected java.lang.String hashAlgo
      • prefSigAlgs

        protected java.util.List<java.lang.String> prefSigAlgs
      • useHttpGetForSmallRequest

        protected java.lang.Boolean useHttpGetForSmallRequest
      • signRequest

        protected java.lang.Boolean signRequest
    • Constructor Detail

      • CommonOcspStatusAction

        public CommonOcspStatusAction()
    • Method Detail

      • getRequestOptions

        protected org.xipki.ocsp.client.RequestOptions getRequestOptions()
                                                                  throws java.lang.Exception
        Throws:
        java.lang.Exception