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
    • Field Detail

      • issuerCertFile

        protected String issuerCertFile
      • usenonce

        protected Boolean usenonce
      • nonceLen

        protected Integer nonceLen
      • allowNoNonceInResponse

        protected Boolean allowNoNonceInResponse
      • hashAlgo

        protected String hashAlgo
      • useHttpGetForSmallRequest

        protected Boolean useHttpGetForSmallRequest
      • signRequest

        protected Boolean signRequest
    • Constructor Detail

      • CommonOcspStatusAction

        public CommonOcspStatusAction()
    • Method Detail

      • getRequestOptions

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